Skip to content

Commit 3d4bb8e

Browse files
author
jslopes
committed
add tag on subnet
1 parent fca80f6 commit 3d4bb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resource "aws_subnet" "public" {
5959
Name = lookup(var.subnet_public[count.index], "tag_name", null)
6060
},
6161
var.default_tags,
62-
var.tags_public
62+
var.tag_public
6363
)
6464
}
6565

0 commit comments

Comments
 (0)