5 lines
100 B
HCL
5 lines
100 B
HCL
output "route_id" {
|
|
description = "get route_public_id"
|
|
value = aws_route_table.rt-tbl.id
|
|
|
|
} |