terraform-demo/prod/outputs.tf
2022-12-26 19:13:43 +09:00

5 lines
120 B
HCL

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