I'm looking to potentially open a PR for outputting terraform show on a plan file to a another file, so i can use drone-github-comment to post the expected terraform execution back to the originating PR so that our team can review the expected terraform change from there.
I wanted to see what your thoughts were on how it should be implemented.
1 - There options related to source file and color v -no-color that need to be set as part of running the command, I assume the correct way to do this config would be a new yaml field similar to fmt_options.
I'm looking to potentially open a PR for outputting
terraform showon a plan file to a another file, so i can use drone-github-comment to post the expected terraform execution back to the originating PR so that our team can review the expected terraform change from there.I wanted to see what your thoughts were on how it should be implemented.
1 - There options related to source file and color v -no-color that need to be set as part of running the command, I assume the correct way to do this config would be a new yaml field similar to fmt_options.