Skip to content

Commit

Permalink
Fix PrivateSubnet1Cidr
Browse files Browse the repository at this point in the history
  • Loading branch information
rezabekf committed Dec 8, 2020
1 parent f3ec976 commit 5cdd731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfn/main.template
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Parameters:
PrivateSubnet1Cidr:
Description: The CIDR block for the Private Subnet located in Availability Zone 1 of the VPC.
Type: String
Default: 10.0.1.0/24
Default: 10.0.2.0/24
AllowedPattern: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[1-2][0-9]|3[0-2]))$
ConstraintDescription: CIDR block parameter must be in the form x.x.x.x/16-28

Expand Down

0 comments on commit 5cdd731

Please sign in to comment.