Corrected a plural

This commit is contained in:
Nick Walke 2016-10-07 10:23:11 -05:00
parent 04d0d0f0ae
commit 10419405a7
No known key found for this signature in database
GPG Key ID: FD3A85F374065E1B
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ variable "users" {
} }
``` ```
The usage of maps, list, strings, etc. is documented fully in the The usage of maps, lists, strings, etc. is documented fully in the
[interpolation syntax](/docs/configuration/interpolation.html) [interpolation syntax](/docs/configuration/interpolation.html)
page. page.
@ -194,7 +194,7 @@ $ TF_VAR_somemap='{foo = "bar", baz = "qux"}' terraform plan
<a id="variable-files"></a> <a id="variable-files"></a>
Variables can be collected in files and passed all at once using the Variables can be collected in files and passed all at once using the
`-var-file=foo.tfvars` flag. The format for variables in `.tfvars` `-var-file=foo.tfvars` flag. The format for variables in `.tfvars`
files is [HCL](/docs/configuration/syntax.html#HCL), with top level key/value files is [HCL](/docs/configuration/syntax.html#HCL), with top level key/value
pairs: pairs: