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:
parent
01dbfd2d30
commit
7756023564
|
@ -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…
Reference in New Issue