Merge pull request #21936 from tiny-dancer/patch-1

Terraform Plan CLI Vars Format
This commit is contained in:
Pam Selle 2020-10-13 16:18:39 -04:00 committed by GitHub
commit 8f72f4f317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ The available options 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.