File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,18 @@ module last-stable-release-test-0
31
31
32
32
module security- group- test- 1
33
33
{
34
- source = " github.com/devops-ip/terraform-aws-security-group"
35
- version = " v0.1.0001"
36
- in_vpc_id = " ${ module . vpc-subnets . out_vpc_id } "
37
- in_ecosystem = " ${ local . ecosystem_id } -01"
34
+ source = " github.com/devops-ip/terraform-aws-security-group"
35
+ in_vpc_id = " ${ module . vpc-subnets . out_vpc_id } "
36
+ in_use_default = " true"
37
+ in_ecosystem = " ${ local . ecosystem_id } -01"
38
+ }
39
+
40
+ module security- group- test- 2
41
+ {
42
+ source = " github.com/devops-ip/terraform-aws-security-group"
43
+ in_vpc_id = " ${ module . vpc-subnets . out_vpc_id } "
44
+ in_use_default = " false"
45
+ in_ecosystem = " ${ local . ecosystem_id } -02"
38
46
}
39
47
40
48
/*
@@ -111,7 +119,6 @@ module vpc-subnets-test-9
111
119
112
120
*/
113
121
114
-
115
122
output subnet_ids_1 { value = " ${ module . vpc-subnets . out_subnet_ids } " }
116
123
output private_subnet_ids_1 { value = " ${ module . vpc-subnets . out_private_subnet_ids } " }
117
124
output public_subnet_ids_1 { value = " ${ module . vpc-subnets . out_public_subnet_ids } " }
You can’t perform that action at this time.
0 commit comments