Closed takyoshi closed 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.
terraform plan
# for example terraform plan | landscape | tfnotify plan
In this pr, I kept the change to minimum.
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.In this pr, I kept the change to minimum.