Skip to content

Commit 80ff772

Browse files
committed
Added ecosys mod dependency.
1 parent 02f028f commit 80ff772

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

security.group-main.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,13 @@ resource aws_security_group_rule egress
7979
to_port = "${element(var.rules[var.in_egress[count.index]], 1)}"
8080
protocol = "${element(var.rules[var.in_egress[count.index]], 2)}"
8181
}
82+
83+
84+
### ################# ###
85+
### [[module]] ecosys ###
86+
### ################# ###
87+
88+
module ecosys
89+
{
90+
source = "github.com/devops-ip/terraform-aws-stamps"
91+
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ module zero-param-test
2020
source = "github.com/devops-ip/terraform-aws-security-group"
2121
}
2222

23+
/*
2324
module last-stable-release-test-0
2425
{
2526
source = "github.com/devops-ip/terraform-aws-security-group?ref=v0.1.0001"
2627
in_ingress = [ "ssh", "http", "https" ]
2728
in_ecosystem = "${local.ecosystem_id}-00"
2829
}
30+
*/
2931

3032
module security-group-test-1
3133
{

0 commit comments

Comments
 (0)