terraform-demo/prod-hq/outputs.tf

6 lines
129 B
HCL

//modules-subnet-outputs
output "subnet" {
description = "The name of vpc hq id"
value = module.subnet_public.subnet
}