From 4cb94a67b06d93b57df40626f68133d781e592c6 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Mon, 15 Feb 2021 12:25:45 +0100 Subject: [PATCH] Update types.variables.go --- hcl2template/types.variables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcl2template/types.variables.go b/hcl2template/types.variables.go index 750869f9b..b56b5f5a7 100644 --- a/hcl2template/types.variables.go +++ b/hcl2template/types.variables.go @@ -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 }