Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
tkerdoncuff committed Feb 6, 2024
1 parent 8e40d1f commit 97d9dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ resource "aws_route_table" "quortex_private" {
}
}

tags = merge({ "Name" = "${var.route_table_prefix}${each.key}", "test" = "tke"}, var.tags)
tags = merge({ "Name" = "${var.route_table_prefix}${each.key}", "test" = lookup(local.zoned_gateway_ids, each.value.availability_zone, null)}, var.tags)
}


Expand Down

0 comments on commit 97d9dc4

Please sign in to comment.