Created
July 23, 2021 01:40
-
-
Save tfentonz/1255a06fd3c42a90ca152f0a7c2a1ce1 to your computer and use it in GitHub Desktop.
AWS CLI CloudFormation stack parameters
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
aws cloudformation describe-stacks \ | |
--stack-name <STACK_NAME> \ | |
--query 'Stacks[].Parameters[].{Key:ParameterKey,Value:ParameterValue}' \ | |
--output table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output example: