dineshba / tf-summarize

A command-line utility to print the summary of the terraform plan
MIT License
528 stars 38 forks source link

Question: Integrate into Terragrunt workflow #23

Closed armenr closed 1 year ago

armenr commented 1 year ago

Hello and thank you for your amazing work on this project! I'm trying to figure out how to get this worked into our existing terragrunt workflow.

I might be missing something obvious...but I've had one heck of a time trying to get this to work with terragrunt.

I figured I might as well ask here, in case the maintainers have already figured that out/have a working example of that.

Thank you! _Armen

Mike-Nahmias commented 1 year ago

I haven't had any issues so far:

terragrunt plan -out tfplan
terragrunt show -json tfplan | tf-summarize
dineshba commented 1 year ago

Hi @Mike-Nahmias, Thanks for confirming. Hope all the features like -tree, -md are working fine with terragrunt.

I don't have the terragrunt setup with me, so I am not able to test it.

@armenr Could you please try above commands in your terragrunt setup and let me know if we need to some code change to support terragrunt.

jnavarrof commented 1 year ago

Hi. Terragrunt user here. I can confirm this tool works with it.

dineshba commented 1 year ago

Thanks @jnavarrof for confirming. I will close this issue @armenr. Please let me us know if you still face issue with terragrunt + tf-summarize