Update variables documentation to refer to Packer not Terraform (#12220)

ks.update-generated-links
lonegunmanb 3 years ago committed by GitHub
parent ad640c4224
commit 6137745cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save