1 Commits

Author SHA1 Message Date
b22cbcaf78 Remove unwanted output 2022-03-14 14:09:19 +01:00

View File

@ -69,7 +69,6 @@ func processHCLTemplate(file string, config []byte) {
checkErr(err)
}
fmt.Println(varsVal.AsValueMap())
ctx := &hcl.EvalContext{
Variables: varsVal.AsValueMap(),
}