Merge pull request #31121 from cuotos/fix-intentional-typo

Revert "Docs: Change misspelling of variable in documentation"
This commit is contained in:
Craig Wright 2022-05-24 11:33:25 -07:00 committed by GitHub
commit f215e6fc3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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