Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisColes committed Aug 2, 2024
1 parent 75b2896 commit 04d8ce6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1082,11 +1082,7 @@ resource "aws_eip" "secondary" {

tags = merge(
{
"Name" = format(
"${var.name}-%s-%s",
element(var.azs, var.single_nat_gateway ? 0 : count.index),
each.key,
)
"Name" = each.key,
},
var.tags,
var.nat_eip_tags,
Expand Down

0 comments on commit 04d8ce6

Please sign in to comment.