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
This is your shell. Shells only expand I believe if its in double-quotes or on its own as an arg. For example, this will work terraform plan -var-file ~/.terraform-vars. We can add expansion into Terraform itself to just make it work.
Under OSX (haven't tested on other OSs) the command:
terraform plan -var-file=~/.terraform-vars
fails by just displaying the usage message (error message would be helpful as well). Where as:
terraform plan -var-file=/Users/peterkh/.terraform-vars
works fine.
The text was updated successfully, but these errors were encountered: