Update variables.html.md (#6869)

This commit is contained in:
amangoel 2016-05-25 21:08:32 +05:30 committed by Paul Stack
parent 8cc00d6848
commit f891ab81f4
1 changed files with 1 additions and 1 deletions

View File

@ -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: