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