Skip to content

Commit

Permalink
Merge pull request #12716 from hashicorp/backport/rm_source_on_var_ar…
Browse files Browse the repository at this point in the history
…g_error/rightly-active-marmot

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-packer authored Nov 28, 2023
2 parents ebf057b + 5ddbf8a commit 3aa7dac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hcl2template/types.variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@ func (cfg *PackerConfig) collectInputVariableValues(env []string, files []*hcl.F
Severity: hcl.DiagError,
Summary: "Invalid argument value for -var variable",
Detail: fmt.Sprintf("The received arg value for %s is not compatible with the variable's type constraint: %s.", name, err),
Subject: expr.Range().Ptr(),
})
val = cty.DynamicVal
}
Expand Down

0 comments on commit 3aa7dac

Please sign in to comment.