Skip to content

Commit

Permalink
Merge pull request #31434 from hashicorp/jbardin/mosse-backport
Browse files Browse the repository at this point in the history
Revert "Docs: Change misspelling of variable in documentation"
  • Loading branch information
jbardin committed Jul 13, 2022
2 parents 790638d + 6dc1866 commit 2c609a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/values/variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c609a6

Please sign in to comment.