I want a workflow like this:
- run
terraform plan
- if
terraform plan
returns successful, go to step 6 - if
terraform plan
returned failure, go to step 4 - hold for approval
- run `terraform apply
- run
terraform plan
on something else - …
It doesn’t seem possible in the configuration, and I have not found any way in the API to do this.