5 lines
98 B
HCL
5 lines
98 B
HCL
output "route_id" {
|
|
description = "get route_public_id"
|
|
value = aws_route_table.main.id
|
|
|
|
} |