mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
Merge pull request #31121 from cuotos/fix-intentional-typo
Revert "Docs: Change misspelling of variable in documentation"
This commit is contained in:
commit
f215e6fc3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user