Skip to content

Commit 82f770d

Browse files
authored
fix: fix variable in aws_ec2_transit_gateway_route_table_propagation (terraform-aws-modules#13)
1 parent 25ec606 commit 82f770d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ resource "aws_ec2_transit_gateway_route_table_association" "this" {
9494
}
9595

9696
resource "aws_ec2_transit_gateway_route_table_propagation" "this" {
97-
for_each = local.vpc_attachments_without_default_route_table_association
97+
for_each = local.vpc_attachments_without_default_route_table_propagation
9898

9999
// Create association if it was not set already by aws_ec2_transit_gateway_vpc_attachment resource
100100
transit_gateway_attachment_id = aws_ec2_transit_gateway_vpc_attachment.this[each.key].id

0 commit comments

Comments
 (0)