setup-terraform/wrapper
Yordan Ibishev 62a66eef78
Support detailed exit codes. (#125)
* feat(action): Support detailed exit codes. 

This should allow plans to succeed using the terraform_wrapper functionality whenever an exit code of 2 is returned.
https://www.terraform.io/docs/cli/commands/plan.html#detailed-exitcode

- This is useful for adding custom steps in our GitHub action workflows.
- Not a Javascript developer so Im not sure how valid the OR condition is.

Co-authored-by: James Pogran <jpogran@outlook.com>
2022-05-18 08:47:46 -04:00
..
lib Initial commit 2020-04-25 19:46:30 -04:00
test Initial commit 2020-04-25 19:46:30 -04:00
package-lock.json Upgrade Nodejs runtime from 12 to 16 (#170) 2022-04-08 08:52:09 -04:00
package.json Bump @actions/io from 1.1.0 to 1.1.1 (#162) 2022-03-08 11:10:40 -05:00
terraform.js Support detailed exit codes. (#125) 2022-05-18 08:47:46 -04:00