Skip to content

Instantly share code, notes, and snippets.

@2matzzz
Created December 31, 2014 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2matzzz/c63448b8df12198cd7ca to your computer and use it in GitHub Desktop.
Save 2matzzz/c63448b8df12198cd7ca to your computer and use it in GitHub Desktop.
CoffeeFormation
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