File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module vpc-subnets
1717
1818module 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
2323module last- stable- release- test- 0
You can’t perform that action at this time.
0 commit comments