Files
terraform/aws/aws_simple/modules/vpc/outputs.tf
2023-11-16 15:15:01 -08:00

4 lines
50 B
HCL

output "vpc_id" {
value = aws_vpc.vpc_us.id
}