Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 14, 2022
1 parent 6e5f994 commit 32e723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-transit-gateway-association/routing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data "aws_ec2_managed_prefix_lists" "tgw_ipv4" {
}

data "aws_ec2_managed_prefix_list" "tgw_ipv4" {
for_each = data.aws_ec2_managed_prefix_lists.tgw_ipv4.ids
for_each = toset(data.aws_ec2_managed_prefix_lists.tgw_ipv4.ids)
id = each.key
}

Expand Down

0 comments on commit 32e723d

Please sign in to comment.