mirror of
https://github.com/ghndrx/terraform.git
synced 2026-02-10 06:45:01 +00:00
8 lines
185 B
HCL
8 lines
185 B
HCL
output "vpc_id_east_1" {
|
|
value = aws_vpc.vpc_us_east_1.id
|
|
}
|
|
|
|
output "vpc_cidr_block" {
|
|
description = "The CIDR block of the VPC"
|
|
value = aws_vpc.vpc_us_east_1.cidr_block
|
|
} |