Skip to content

Commit 8f43068

Browse files
committed
fix(route-table): fix typo
1 parent eec1e06 commit 8f43068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/route-table/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ output "prefix_list_routes" {
9393
for route in var.prefix_list_routes : {
9494
id = aws_route.prefix_list[route.name].id,
9595
state = aws_route.prefix_list[route.name].state,
96-
origin = aws_route.prefix_list[route.destination].origin,
96+
origin = aws_route.prefix_list[route.name].origin,
9797
destination = route.destination
9898
target = {
9999
type = route.target.type

0 commit comments

Comments
 (0)