Update plan.html.markdown

This commit is contained in:
mg 2019-06-28 12:08:31 -05:00 committed by GitHub
parent 9523040bc9
commit fcf0610b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ The command-line flags are all optional. The list of available flags are:
Address](/docs/internals/resource-addressing.html) to target. This flag can
be used multiple times. See below for more information.
* `-var='foo=bar'` - Set a variable in the Terraform configuration. This flag
* `-var=foo=bar` - Set a variable in the Terraform configuration. This flag
can be set multiple times. Variable values are interpreted as
[HCL](/docs/configuration/syntax.html#HCL), so list and map values can be
specified via this flag.