website: clarify docs on -var-file and terraform.tfvars [GH-1280]

This commit is contained in:
Mitchell Hashimoto 2015-03-25 16:31:22 -07:00
parent 1bbfb07b00
commit 27f4f5889b
1 changed files with 2 additions and 1 deletions

View File

@ -49,5 +49,6 @@ The command-line flags are all optional. The list of available flags are:
* `-var-file=foo` - Set variables in the Terraform configuration from
a file. If "terraform.tfvars" is present, it will be automatically
loaded if this flag is not specified.
loaded first. Any files specified by `-var-file` override any values
in a "terraform.tfvars".