Files
2025-11-18 03:20:27 +00:00

5 lines
98 B
HCL

output "route_id" {
description = "get route_public_id"
value = aws_route_table.main.id
}