-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
Sorry if this has been discussed, I didn't find anything in the archive...
I'm attempting to apply a plan created in a previous step using this python-terraform, however, it seems that all command always include a -var-file argument which prevents apply from accepting a plan file:
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.
Is there a way to override this behavior?
Reactions are currently unavailable