We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ec606 commit 82f770dCopy full SHA for 82f770d
main.tf
@@ -94,7 +94,7 @@ resource "aws_ec2_transit_gateway_route_table_association" "this" {
94
}
95
96
resource "aws_ec2_transit_gateway_route_table_propagation" "this" {
97
- for_each = local.vpc_attachments_without_default_route_table_association
+ for_each = local.vpc_attachments_without_default_route_table_propagation
98
99
// Create association if it was not set already by aws_ec2_transit_gateway_vpc_attachment resource
100
transit_gateway_attachment_id = aws_ec2_transit_gateway_vpc_attachment.this[each.key].id
0 commit comments