File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010output out_security_group_ids
1111{
1212 description = " One element list with ID of either the default security group or the new one."
13- value = [ " ${ var . in_use_default ? aws_default_security_group . default . id : aws_security_group . new . id } " ]
13+ value = [ " ${ var . in_use_default ? aws_default_security_group . default . * . id : aws_security_group . new . * . id } " ]
1414}
1515
1616
@@ -21,5 +21,5 @@ output out_security_group_ids
2121output out_security_group_id
2222{
2323 description = " The string ID of either the default security group or the just created new one."
24- value = " ${ var . in_use_default ? aws_default_security_group . default . id : aws_security_group . new . id } "
24+ value = " ${ var . in_use_default ? aws_default_security_group . default . * . id : aws_security_group . new . * . id } "
2525}
Original file line number Diff line number Diff line change 1111module vpc- subnets
1212{
1313 source = " github.com/devops-ip/terraform-aws-vpc-subnets"
14- in_vpc_cidr = " 10.123.45 .0/16"
14+ in_vpc_cidr = " 10.123.0 .0/16"
1515 in_ecosystem = " ${ local . ecosystem_id } "
1616}
1717
You can’t perform that action at this time.
0 commit comments