package env import "github.com/hashicorp/hcl/v2" func RegisterInContext(evalCtx *hcl.EvalContext) { evalCtx.Functions["get_env"] = GetEnv() }