terraform-linters / setup-tflint

A GitHub action that installs Terraform linter TFLint
MIT License
142 stars 38 forks source link

add wrapper to expose stdout, stderr, and exitcode #173

Closed dreinhardt89 closed 1 year ago

dreinhardt89 commented 1 year ago

Installing a wrapper script to wrap subsequent calls of the terraform binary and expose its STDOUT, STDERR, and exit code as outputs named stdout, stderr, and exitcode respectively. This is turned off by default.