diff --git a/website/source/docs/configuration/variables.html.md b/website/source/docs/configuration/variables.html.md index ea454c1dcb..13afb96846 100644 --- a/website/source/docs/configuration/variables.html.md +++ b/website/source/docs/configuration/variables.html.md @@ -155,10 +155,10 @@ $ TF_VAR_image=foo terraform apply Variables can be collected in files and passed all at once using the `-var-file=foo.tfvars` flag. The format for variables in `.tfvars` files is: + ``` foo = "bar" xyz = "abc" - ``` The flag can be used multiple times per command invocation: