Merge pull request #22755 from echernyavskiy/patch-1

website/docs: Fix typo in variables.html
This commit is contained in:
The Terraform Team 2019-09-17 11:46:57 -04:00 committed by GitHub
commit 9b6fcc4e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ assigned in the configuration of their parent module, as described in
### Variables on the Command Line
To specify individual modules on the command line, use the `-var` option
To specify individual variables on the command line, use the `-var` option
when running the `terraform plan` and `terraform apply` commands:
```