gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
7.91k stars 966 forks source link

Request: Improve output of plan-all with landscape #726

Open flmmartins opened 5 years ago

flmmartins commented 5 years ago

Hello All,

Would be a possible to integrate plan-all with https://github.com/coinbase/terraform-landscape ? That would make output better and if there was a way to integrate it would be nice. Usually I use it with:

terragrunt plan | landscape

But this only works without the -all.

Best,

yorinasub17 commented 5 years ago

That sounds useful! If anyone is up for a PR that improves the plan-all output to support this, would be much appreciated.

flmmartins commented 5 years ago

Do you accept open source contributions? Is there any guidelines?

yorinasub17 commented 5 years ago

Yup we do! Take a look at Developing Terragrunt in the README for some of our guidelines. In general, it boils down to:

brikis98 commented 5 years ago

See also https://github.com/gruntwork-io/terragrunt/pull/762

ryno75 commented 4 years ago

in light of Terraform v0.12's enhanced output formatting and it's incompatibility with terraform-landscape... this seems like a moot issue at this point.