terraform-demo/modules/vpc/outputs.tf

5 lines
110 B
HCL

//modules-vpc-output
output "vpc_hq_id" {
description = "The name of vpc hq id"
value = aws_vpc.vpcHq.id
}