Docs: Change misspelling of variable in documentation

The variable example for `.tfvars` include a spelling error making the `terraform` and `hcl` examples mismatch.
This commit is contained in:
Axel Neergaard 2021-12-03 18:02:31 +01:00 committed by GitHub
parent 01dbfd2d30
commit 7756023564
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:
```hcl
mosse = "Moose"
moose = "Moose"
```
Will cause Terraform to warn you that there is no variable declared `"mosse"`, which can help