hi, team.
I want to set up CI/CD so that it will automatically deploy when I apply terraform.
However, it seems like the only return values you can check are 0 or 1. Are there any others?
Looking at the source code, it seems that only fmt.Errorf() is executed in the event of a failure, but what is the most efficient way to prevent the apply judgment from being made in the event of a failure?
When successful, it appears to determine that the result is true using a method similar to grep -q, but if there is any other source code I should look at, please let me know.