https://github.com/nicjohnson145/tf-plan-summary
Generate condensed summaries of terraform plans
https://github.com/nicjohnson145/tf-plan-summary
Last synced: about 1 month ago
JSON representation
Generate condensed summaries of terraform plans
- Host: GitHub
- URL: https://github.com/nicjohnson145/tf-plan-summary
- Owner: nicjohnson145
- Created: 2021-07-06T18:15:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T20:21:09.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T06:41:31.221Z (3 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf-plan-summary
Generate condensed summaries of terraform plans## Usage
Pipe the json representation of a terraform plan into the tool to have the summarized version output
to stdout```
terraform plan -out=plan.tfplan
terraform show --json plan.tfplan | tf-plan-summary
```"Read" operations can be excluded from the output via the `-x/-exclude-reads` options