Created
January 10, 2017 07:09
-
-
Save tkssharma/801bc82abfd7fe54218e19ca2a5250a5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"AWSTemplateFormatVersion": "2010-09-09", | |
"Description": "A simple description of what this template does", | |
"Parameters": { | |
//variables that can be passed to the template during deployment. | |
}, | |
"Mappings": { | |
//keys which match to a corresponding set of named values | |
} | |
"Resources": { | |
//aws resources that will be deployed by the stack | |
}, | |
"Outputs": { | |
//values that can be returned back after successful completion of the stack | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment