Merge pull request #30082 from c00k133/docs-vars-typo

Docs: Change misspelling of variable in documentation
This commit is contained in:
Laura Pacilio 2021-12-09 16:35:50 -05:00 committed by GitHub
commit 7ae574ba6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ variable "moose" {
And the following `.tfvars` file: And the following `.tfvars` file:
```hcl ```hcl
mosse = "Moose" moose = "Moose"
``` ```
Will cause Terraform to warn you that there is no variable declared `"mosse"`, which can help Will cause Terraform to warn you that there is no variable declared `"mosse"`, which can help