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

5 lines
117 B
HCL

//modules-igw-output
output "igw_id" {
description = "The name of hq-igw id"
value = aws_internet_gateway.gw.id
}