coinbase / terraform-landscape

Improve Terraform's plan output to be easier to read and understand
Apache License 2.0
1.59k stars 116 forks source link

'No changes' output with period 'No changes.' #61

Closed takyoshi closed 6 years ago

takyoshi commented 6 years ago

I think that output should maintain compatibility when to be used via any other terraform analyze tool.

For example, I use tfnotify that enables to notify terraform diff on GitHub pr.

In our use case, we want to checks without terraform plan manually because it is not efficient to do it and comment its result to github.

# for example
terraform plan | landscape | tfnotify plan

In this pr, I kept the change to minimum.