Created
November 2, 2016 02:16
-
-
Save bo67192/4fe4f0b041a890992159b5b7fb397510 to your computer and use it in GitHub Desktop.
Cloudformation Template Parameter Reference
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
"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