Created
June 29, 2022 02:07
-
-
Save tfentonz/84beef445550a16e5d8da9ded571ba44 to your computer and use it in GitHub Desktop.
Get CloudFormation stack template body
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
aws cloudformation get-template \ | |
--stack-name <STACK_NAME> \ | |
--query 'TemplateBody' \ | |
--output text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@j-d-taylor