Files
assignment01/modules/igw/outputs.tf
2025-11-18 03:20:27 +00:00

5 lines
119 B
HCL

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