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