We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec1e06 commit 8f43068Copy full SHA for 8f43068
modules/route-table/outputs.tf
@@ -93,7 +93,7 @@ output "prefix_list_routes" {
93
for route in var.prefix_list_routes : {
94
id = aws_route.prefix_list[route.name].id,
95
state = aws_route.prefix_list[route.name].state,
96
- origin = aws_route.prefix_list[route.destination].origin,
+ origin = aws_route.prefix_list[route.name].origin,
97
destination = route.destination
98
target = {
99
type = route.target.type
0 commit comments