From 6548d66d9ee542ccddd9b507f8eac81ce70165c6 Mon Sep 17 00:00:00 2001 From: lonegunmanb Date: Wed, 25 Jan 2023 09:07:37 +0000 Subject: [PATCH] backport of commit 25444e0e8704476235d208b5e630a7ce1932abaf --- website/content/docs/templates/hcl_templates/variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/templates/hcl_templates/variables.mdx b/website/content/docs/templates/hcl_templates/variables.mdx index 5f465b8d7..1e0386f9f 100644 --- a/website/content/docs/templates/hcl_templates/variables.mdx +++ b/website/content/docs/templates/hcl_templates/variables.mdx @@ -98,7 +98,7 @@ Packer defines the following arguments for variable declarations: The variable declaration can also include a `default` argument. If present, the variable is considered to be _optional_ and the default value will be used -if no value is set when calling the module or running Terraform. The `default` +if no value is set when running Packer. The `default` argument requires a literal value and cannot reference other objects in the configuration.