Created
March 8, 2018 05:53
-
-
Save antklim/efe3aac0e4f5936c2365e6b2959dbe4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parameters: | |
Environment: | |
Description: An environment name that will be prefixed to resource names | |
Type: String | |
Namespace: | |
Description: An infrastructure namespace that will be prefixed to resource names | |
Type: String | |
Default: simple-api | |
PublicSubnet1CIDR: | |
Description: The IP range (CIDR notation) for the public subnet in the first Availability Zone | |
Type: String | |
Default: 10.192.10.0/24 | |
PublicSubnet2CIDR: | |
Description: The IP range (CIDR notation) for the public subnet in the second Availability Zone | |
Type: String | |
Default: 10.192.11.0/24 | |
PrivateSubnet1CIDR: | |
Description: The IP range (CIDR notation) for the private subnet in the first Availability Zone | |
Type: String | |
Default: 10.192.20.0/24 | |
PrivateSubnet2CIDR: | |
Description: The IP range (CIDR notation) for the private subnet in the second Availability Zone | |
Type: String | |
Default: 10.192.21.0/24 | |
VpcCIDR: | |
Description: Please enter the IP range (CIDR notation) for this VPC | |
Type: String | |
Default: 10.192.0.0/16 | |
SimpleAPIRepoUrl: | |
Description: SimpleAPI source control URL | |
Type: String | |
Default: https://github.com/cloudrecipes/simple-api.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment