diff --git a/config/raw_config.go b/config/raw_config.go index 677ccce2b..32d38114c 100644 --- a/config/raw_config.go +++ b/config/raw_config.go @@ -162,6 +162,7 @@ func (r *RawConfig) Interpolate(vs map[string]ast.Variable) error { r.lock.Lock() defer r.lock.Unlock() + // Create the evaluation configuration we use to execute config := &hil.EvalConfig{ GlobalScope: &ast.BasicScope{ VarMap: vs,