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
The TfvarsFilesPlugin does not play nicely with PassPlanFilePlugin.
Error Message
+ terraform apply -input=false -auto-approve -var-file=./variables/uat.tfvars tfplan-uat
╷
│ Error: Can't set variables when applying a saved plan
│
│ The -var and -var-file options cannot be used when applying a saved plan
│ file, because a saved plan includes the variable values that were set when
│ it was created.
╵
The
TfvarsFilesPlugin
does not play nicely withPassPlanFilePlugin
.Error Message
Related issue: #417
Jenkinsfile
The text was updated successfully, but these errors were encountered: