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 b6dc143 commit 3d7fbfcCopy full SHA for 3d7fbfc
security.group-main.tf
@@ -12,8 +12,8 @@ resource aws_security_group new {
12
name = "security-group-${ var.in_ecosystem_name }-${ var.in_tag_timestamp }-n"
13
description = "This new security group ${ var.in_tag_description }"
14
15
- tags
16
- {
+ tags {
+
17
Name = "security-group-${ var.in_ecosystem_name }-${ var.in_tag_timestamp }"
18
Class = "${ var.in_ecosystem_name }"
19
Instance = "${ var.in_ecosystem_name }-${ var.in_tag_timestamp }"
0 commit comments