Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hashbrowncipher/1e54cabc7ed6d2d513f923e9bf2db1e0 to your computer and use it in GitHub Desktop.
Save hashbrowncipher/1e54cabc7ed6d2d513f923e9bf2db1e0 to your computer and use it in GitHub Desktop.
jq 'reduce (.modules[].resources | to_entries) as $item ([]; . + $item) | map(select(.value.type == "aws_s3_bucket")) | from_entries' prodt/terraform.tfstate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment