Skip to content

Commit

Permalink
fix: get rid of another for_each unknown keys error (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-is-cool authored Mar 12, 2024
1 parent 615eb7c commit 71ab1a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/transit_gateway_route/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ locals {
# change this to a join
for rc in var.route_config : join("_", compact([
rc.destination_cidr_block,
rc.route_transit_gateway_attachment_id,
"bh_${tostring(rc.blackhole)}"])
) => {
destination_cidr_block = rc.destination_cidr_block,
Expand Down

0 comments on commit 71ab1a1

Please sign in to comment.