You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.11.0 of terraform introduced an auto-approval flag and this is preventing my build from completing.
see the jenkins log output:
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value:
Apply cancelled.
FATAL: java.lang.Exception: Terraform Apply failed: 1
at org.jenkinsci.plugins.terraform.TerraformBuildWrapper.executeApply(TerraformBuildWrapper.java:249)
at org.jenkinsci.plugins.terraform.TerraformBuildWrapper.setUp(TerraformBuildWrapper.java:269)
at hudson.model.Build$BuildExecution.doRun(Build.java:157)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1724)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE
rolling back to version 0.10.8 resolved my issue.
The text was updated successfully, but these errors were encountered:
I'm looking for a solution that will be backwards compatible with < 0.10.0 as with the addition of -auto-approve, also came the deprecation of -force on destroy (replaced with -auto-approve).
Once I figure out a checkbox solution for both, i'll make a release.
Jenkins - 2.89.4
Terraform Plugin - 1.0.9
Terraform => 0.11.0
centos - 7
Version 0.11.0 of terraform introduced an auto-approval flag and this is preventing my build from completing.
see the jenkins log output:
rolling back to version 0.10.8 resolved my issue.
The text was updated successfully, but these errors were encountered: