Difference between revisions of "Terraform data source: aws vpc"
Jump to navigation
Jump to search
(Created page with "* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc == See also == * {{terraform data sources}}") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc | ||
+ | [[data]] "aws_vpc" "selected" { | ||
+ | id = var.vpc_id | ||
+ | } | ||
+ | |||
+ | == Argument Reference == | ||
+ | * [[id]] | ||
+ | * [[state]] | ||
+ | |||
+ | == Related == | ||
+ | * [[Terraform resource: aws vpc]] | ||
+ | * [[Terraform module: vpc]] | ||
== See also == | == See also == | ||
* {{terraform data sources}} | * {{terraform data sources}} | ||
+ | |||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 09:50, 21 November 2023
Advertising: