tf-summarize icon indicating copy to clipboard operation
tf-summarize copied to clipboard

A command-line utility to print the summary of the terraform plan

Results 23 tf-summarize issues
Sort by recently updated
recently updated
newest added

Hi team, currently the markdown table generated by tf-summary looks like. CHANGE | NAME -- | -- update | module.my_team.module.services["training"].pagerduty_service.this   | module.my_team.module.services["training-incident-triage"].pagerduty_service.this However, the name `module.my_team.module.services["training"].pagerduty_service.this` is not a good...

question

Hi! You have an interesting util, but suddenly it does not work with Terragrunt. I tried, but I got the following error: ``` terragrunt run-all plan --terragrunt-non-interactive --terragrunt-working-dir ./vpc |...

help wanted

Would be nice to verify the provided GPG signature `tf-summarize_SHA256SUMS.sig` but I can't seem to find the public key. ```sh $ gpg --verify tf-summarize_SHA256SUMS.sig gpg: assuming signed data in 'tf-summarize_SHA256SUMS'...

Hi, Would like to see an option to iterate over multiple directory to generate single summarise tables of changes (add/delete/update).

Looks like the archive was uploaded this time as tar.gz not zip ``` asdf-tf-summarize: Could not download https://github.com/dineshba/tf-summarize/releases/download/v0.3.6/tf-summarize_darwin_arm64.zip ``` Workaround Install 0.3.5

Loving the tool, I'm looking to add an option in order to know if the plan is empty and either output a preset message (`no changes in current plan`), putting...

question

Maybe this is the beginning of this [TODO](https://github.com/dineshba/tf-summarize/blob/main/README.md?plain=1#L141)

question

Imagine a situation when you want to add one more record in route table as below ``` # aws_default_route_table.main will be updated in-place ~ resource "aws_default_route_table" "main" { id =...

help wanted

Hi. I like your command line utility a lot. I use atlantis for gh terraform workflows and I would love to integrate this app with atlantis similar to infracosts latest...

enhancement