Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not fail when theres an exit-code 2 #125

Merged
merged 5 commits into from
May 18, 2022
Merged

Commits on Apr 27, 2022

  1. 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.
    dannyibishev authored and jpogran committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4e5d756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd44b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46ea660 View commit details
    Browse the repository at this point in the history
  4. lint

    jpogran committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    02e010a View commit details
    Browse the repository at this point in the history
  5. lint

    jpogran committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4e76b91 View commit details
    Browse the repository at this point in the history