Update types.variables.go

This commit is contained in:
Adrien Delorme 2021-02-15 12:25:45 +01:00
parent 029729225d
commit 4cb94a67b0
1 changed files with 1 additions and 1 deletions

View File

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