Skip to content

Commit 617c6a1

Browse files
committed
Add CidrBlock to subnet
1 parent 41ed7c0 commit 617c6a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloud-formation/ecs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Resources:
3737
PublicSubnet:
3838
Type: AWS::EC2::Subnet
3939
Properties:
40+
CidrBlock: 10.0.0.0/16
4041
VpcId: !Ref Vpc
4142
Cluster:
4243
Type: AWS::ECS::Cluster

0 commit comments

Comments
 (0)