Skip to content

Instantly share code, notes, and snippets.

@tfentonz
Created June 29, 2022 02:07
Show Gist options
  • Save tfentonz/84beef445550a16e5d8da9ded571ba44 to your computer and use it in GitHub Desktop.
Save tfentonz/84beef445550a16e5d8da9ded571ba44 to your computer and use it in GitHub Desktop.
Get CloudFormation stack template body
aws cloudformation get-template \
--stack-name <STACK_NAME> \
--query 'TemplateBody' \
--output text
@tfentonz
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment