Skip to content

Remove $ARGS from gitlab-terraform apply call

Ahmon Dancy requested to merge review/dancy/no-ARGS-for-terraform-apply into main

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.

Merge request reports