hcl icon indicating copy to clipboard operation
hcl copied to clipboard

Implement gohcl.EvalContext

Open incubator4 opened this issue 3 years ago • 0 comments

Implement gohcl.EvalContext function, which should be implemented as doc as well.

  1. Simple implementation from struct to EvalContext.Variables .
  2. Cause of Functions are hardcoded, it might could convert .
  3. Ignore empty object to cty.Value ( cty.ListVal or cty.MapVal with empty var might casue error)

More discuss on #565

incubator4 avatar Nov 08 '22 18:11 incubator4