Remove unwanted output

This commit is contained in:
Philippe Caseiro 2022-03-14 14:09:19 +01:00
parent 54ef86c46e
commit b22cbcaf78
1 changed files with 0 additions and 1 deletions

View File

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