Skip to content

Instantly share code, notes, and snippets.

@mbklein
Created February 17, 2020 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbklein/bce0732fe8562c40c4de7156a8205dc0 to your computer and use it in GitHub Desktop.
Save mbklein/bce0732fe8562c40c4de7156a8205dc0 to your computer and use it in GitHub Desktop.
Get Terraform resource IDs from state file
jq -r '[.modules[] | (.path|join(".")) as $path | .resources | to_entries[] | { "key": ($path + "." + .key), "value": .value.primary.id }] | from_entries'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment