Merge bootstraper #3

Merged
pcaseiro merged 11 commits from dev into master 2023-01-12 11:46:21 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit b22cbcaf78 - Show all commits

View File

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