5 lines
117 B
HCL
5 lines
117 B
HCL
//modules-igw-output
|
|
output "igw_id" {
|
|
description = "The name of hq-igw id"
|
|
value = aws_internet_gateway.gw.id
|
|
} |