Skip to content

Instantly share code, notes, and snippets.

@rnhurt
Last active August 29, 2015 14:16
Show Gist options
  • Save rnhurt/d0966fbb2e54b0464534 to your computer and use it in GitHub Desktop.
Save rnhurt/d0966fbb2e54b0464534 to your computer and use it in GitHub Desktop.
AWS CloudFormation sample
"Size" : {
"Fn::If" : [
"CreateLargeSize",
{"Ref" : "100"},
{"Ref" : "10"}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment