Skip to content

Commit

Permalink
fix: security group references for security groups
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley committed Jun 22, 2020
1 parent 9702027 commit ac2fcf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/components/computecluster/setup.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
destinationPort
)
port=destinationPort
cidr=group
group=group
groupId=computeClusterSecurityGroupId
/]
[/#list]
Expand Down
2 changes: 1 addition & 1 deletion aws/components/ec2/setup.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
destinationPort
)
port=destinationPort
cidr=group
group=group
groupId=ec2SecurityGroupId
/]
[/#list]
Expand Down
2 changes: 1 addition & 1 deletion aws/components/ecs/setup.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
)
)
port=portMapping.DynamicHostPort?then(0, portMapping.HostPort)
cidr=group
group=group
groupId=ecsSecurityGroupId
/]
[/#list]
Expand Down

0 comments on commit ac2fcf7

Please sign in to comment.