website: clarify docs on -var-file and terraform.tfvars [GH-1280]
This commit is contained in:
parent
1bbfb07b00
commit
27f4f5889b
|
@ -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
|
* `-var-file=foo` - Set variables in the Terraform configuration from
|
||||||
a file. If "terraform.tfvars" is present, it will be automatically
|
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".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue