Skip to content

Instantly share code, notes, and snippets.

@bo67192
Created November 2, 2016 02:16
Show Gist options
  • Save bo67192/4fe4f0b041a890992159b5b7fb397510 to your computer and use it in GitHub Desktop.
Save bo67192/4fe4f0b041a890992159b5b7fb397510 to your computer and use it in GitHub Desktop.
Cloudformation Template Parameter Reference
"SubnetId": {
"Fn::FindInMap": [
"Subnet",
"Environment",
{
"Ref": "Environment"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment