From 7756023564f006658a9bdef2a21a0005c4702b2b Mon Sep 17 00:00:00 2001 From: Axel Neergaard Date: Fri, 3 Dec 2021 18:02:31 +0100 Subject: [PATCH] Docs: Change misspelling of variable in documentation The variable example for `.tfvars` include a spelling error making the `terraform` and `hcl` examples mismatch. --- website/docs/language/values/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/values/variables.html.md b/website/docs/language/values/variables.html.md index a983192be..249327032 100644 --- a/website/docs/language/values/variables.html.md +++ b/website/docs/language/values/variables.html.md @@ -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