Created
December 31, 2014 06:07
-
-
Save 2matzzz/c63448b8df12198cd7ca to your computer and use it in GitHub Desktop.
CoffeeFormation
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
for i in [0..1] | |
Resources["PublicSubnet"+i]= | |
Type: "AWS::EC2::Subnet" | |
Properties: | |
AvailabilityZone: | |
"Fn::Select": [ | |
"#{i}" | |
"Fn::GetAZs": | |
Ref: "AWS::Region" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment