Skip to content

Commit

Permalink
change tags in public subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jan 30, 2021
1 parent 287f0f7 commit 4c08d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ resource "aws_subnet" "public" {
{
"Name" = format("%s%s%s", module.public-labels.id, var.delimiter, element(var.availability_zones, count.index))
"AZ" = element(var.availability_zones, count.index)
}
},
var.tags
)

lifecycle {
Expand Down

0 comments on commit 4c08d89

Please sign in to comment.