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

5 lines
113 B
HCL

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