We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca80f6 commit 3d4bb8eCopy full SHA for 3d4bb8e
main.tf
@@ -59,7 +59,7 @@ resource "aws_subnet" "public" {
59
Name = lookup(var.subnet_public[count.index], "tag_name", null)
60
},
61
var.default_tags,
62
- var.tags_public
+ var.tag_public
63
)
64
}
65
0 commit comments