Update variables.mdx

sentence correction
This commit is contained in:
wasim 2023-05-31 10:01:42 +05:30 committed by GitHub
parent ea0ebcdc05
commit 11b6f13024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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