diff --git a/main.go b/main.go index b32edde..046fe41 100644 --- a/main.go +++ b/main.go @@ -69,7 +69,6 @@ func processHCLTemplate(file string, config []byte) { checkErr(err) } - fmt.Println(varsVal.AsValueMap()) ctx := &hcl.EvalContext{ Variables: varsVal.AsValueMap(), }