Docs: Change misspelling of variable in documentation

The variable example for `.tfvars` include a spelling error making the `terraform` and `hcl` examples mismatch.
pull/30082/head
Axel Neergaard 4 years ago committed by GitHub
parent 01dbfd2d30
commit 7756023564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save