Created
June 28, 2019 11:12
-
-
Save waltervargas/d838755d3cfdb3ae492362911c1f1ef8 to your computer and use it in GitHub Desktop.
Produce CFN Parameters File from Template with JQ
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
cat template.json | jq '.Parameters | [ to_entries[] | {ParameterKey: .key, ParameterValue: ""} ]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment