Merge pull request #30082 from c00k133/docs-vars-typo
Docs: Change misspelling of variable in documentation
This commit is contained in:
commit
7ae574ba6a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue