From 11b6f130246d3b7d592df871940af4fb6490d312 Mon Sep 17 00:00:00 2001 From: wasim <64001734+Wasim101@users.noreply.github.com> Date: Wed, 31 May 2023 10:01:42 +0530 Subject: [PATCH 1/2] Update variables.mdx sentence correction --- website/docs/language/values/variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/values/variables.mdx b/website/docs/language/values/variables.mdx index 3bc66dbb73..3428b57a21 100644 --- a/website/docs/language/values/variables.mdx +++ b/website/docs/language/values/variables.mdx @@ -489,7 +489,7 @@ you can use the [`-compact-warnings`](/terraform/cli/commands/plan#compact-warni option to simplify your output. If you provide values for undeclared variables on the [command line](#variables-on-the-command-line), -Terraform will error. To avoid this error, either declare a variable block for the value, or remove +Terraform will throw an error. To avoid this error, either declare a variable block for the value, or remove the variable value from your Terraform call. ### Variable Definition Precedence From 21f257a23124ac35dc597995221a170ea5df1ecf Mon Sep 17 00:00:00 2001 From: wasim <64001734+Wasim101@users.noreply.github.com> Date: Thu, 8 Jun 2023 10:46:24 +0530 Subject: [PATCH 2/2] Update variables.mdx --- website/docs/language/values/variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/values/variables.mdx b/website/docs/language/values/variables.mdx index 3428b57a21..a04052cff0 100644 --- a/website/docs/language/values/variables.mdx +++ b/website/docs/language/values/variables.mdx @@ -489,7 +489,7 @@ you can use the [`-compact-warnings`](/terraform/cli/commands/plan#compact-warni option to simplify your output. If you provide values for undeclared variables on the [command line](#variables-on-the-command-line), -Terraform will throw an error. To avoid this error, either declare a variable block for the value, or remove +Terraform will return an error. To avoid this error, either declare a variable block for the value, or remove the variable value from your Terraform call. ### Variable Definition Precedence