Skip to content

Commit 3d7fbfc

Browse files
committed
brought curly brace up to terraform 0.12.5 standards
1 parent b6dc143 commit 3d7fbfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security.group-main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ resource aws_security_group new {
1212
name = "security-group-${ var.in_ecosystem_name }-${ var.in_tag_timestamp }-n"
1313
description = "This new security group ${ var.in_tag_description }"
1414

15-
tags
16-
{
15+
tags {
16+
1717
Name = "security-group-${ var.in_ecosystem_name }-${ var.in_tag_timestamp }"
1818
Class = "${ var.in_ecosystem_name }"
1919
Instance = "${ var.in_ecosystem_name }-${ var.in_tag_timestamp }"

0 commit comments

Comments
 (0)