Skip to content

Commit 4c08d89

Browse files
committed
change tags in public subnet
1 parent 287f0f7 commit 4c08d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ resource "aws_subnet" "public" {
6363
{
6464
"Name" = format("%s%s%s", module.public-labels.id, var.delimiter, element(var.availability_zones, count.index))
6565
"AZ" = element(var.availability_zones, count.index)
66-
}
66+
},
67+
var.tags
6768
)
6869

6970
lifecycle {

0 commit comments

Comments
 (0)