Skip to content

Commit 02f028f

Browse files
committed
Brought tags up to scratch.
1 parent 2d241fe commit 02f028f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

security.group-main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ resource aws_default_security_group default
3131

3232
tags
3333
{
34-
Name = "default-sg-${var.in_ecosystem_id}"
35-
Group = "eco-system-${var.in_ecosystem_id}"
36-
Desc = "This default VPC security group ${var.in_history_note}"
34+
Name = "security-group-${ var.in_ecosystem }-${ module.ecosys.out_stamp }"
35+
Class = "${ var.in_ecosystem }"
36+
Instance = "${ var.in_ecosystem }-${ module.ecosys.out_stamp }"
37+
Desc = "The default security group in the VPC for ${ var.in_ecosystem } ${ module.ecosys.out_history_note }"
3738
}
3839

3940
}

test-security.group/security.group-test.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module vpc-subnets
1717

1818
module zero-param-test
1919
{
20-
source = "github.com/devops-ip/terraform-aws-security-group
20+
source = "github.com/devops-ip/terraform-aws-security-group"
2121
}
2222

2323
module last-stable-release-test-0

0 commit comments

Comments
 (0)