Files
terraform/aws/aws_asg/modules/vpc/vpc-east/outputs.tf
2023-11-17 17:08:59 -08:00

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
}