terraform-demo/modules/route-table/outputs.tf
2023-01-11 01:31:56 +09:00

5 lines
100 B
HCL

output "route_id" {
description = "get route_public_id"
value = aws_route_table.rt-tbl.id
}