Update src/model/cloud-runner/aws/cloud-formations/base-setup.yml
Formatting fix Co-authored-by: Webber Takken <webber@takken.io>pull/310/head
parent
1a2e7c3b2d
commit
a7f15df1a3
|
|
@ -59,7 +59,7 @@ Resources:
|
||||||
ToPort: 2049
|
ToPort: 2049
|
||||||
SourceSecurityGroupId: !Ref ContainerSecurityGroup
|
SourceSecurityGroupId: !Ref ContainerSecurityGroup
|
||||||
#CidrIp: !FindInMap ['SubnetConfig', 'VPC', 'CIDR']
|
#CidrIp: !FindInMap ['SubnetConfig', 'VPC', 'CIDR']
|
||||||
# A security group for the containers we will run in Fargate.
|
# A security group for the containers we will run in Fargate.
|
||||||
# Rules are added to this security group based on what ingress you
|
# Rules are added to this security group based on what ingress you
|
||||||
# add for the cluster.
|
# add for the cluster.
|
||||||
ContainerSecurityGroup:
|
ContainerSecurityGroup:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue