Difference between revisions of "My vpc id"
Jump to navigation
Jump to search
(Created page with "{{lowercase}} https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc data "aws_vpc" "selected" { id = var.my_vpc_id }") |
|||
Line 5: | Line 5: | ||
[[id]] = [[var]].my_vpc_id | [[id]] = [[var]].my_vpc_id | ||
} | } | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[aws ec2 describe-vpcs]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{Terraform data sources}} | ||
+ | * {{AWS VPC}} | ||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 18:21, 19 October 2021
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc
data "aws_vpc" "selected" { id = var.my_vpc_id }
Related terms[edit]
See also[edit]
- Terraform data sources:
aws_vpc
,template_file
,aws_subnet_ids
,terraform remote state
,aws_eks_cluster
,aws_ami, aws_availability_zones, aws_partition, archive_file
- AWS VPC, AWS default VPC, AWS VPC sharing, AWS subnets, Amazon VPC NAT gateway, Amazon VPN internet gateway, VPC Flow Logs,
aws ec2 create-vpc
,aws ec2 describe-vpcs
, NACL, VPC Scenarios, AWS VPC endpoint, AWS ClassicLink, VPC peering, Reachability Analyzer, AWS internet gateway, VPC Lattice,vpce.amazonaws.com
Advertising: