mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
Update types.variables.go
This commit is contained in:
parent
029729225d
commit
4cb94a67b0
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ func (v *Variable) GoString() string {
|
|||
// variable value are passing.
|
||||
func (v *Variable) validateValue(val VariableAssignment) (diags hcl.Diagnostics) {
|
||||
if len(v.Validations) == 0 {
|
||||
// log.Printf("[TRACE] validateValue: not active for %s, so skipping", v.Name)
|
||||
log.Printf("[TRACE] validateValue: not active for %s, so skipping", v.Name)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue