add missing Operation to the Evaluator
This commit is contained in:
parent
d55d623ef0
commit
cdc8abdae0
|
@ -62,6 +62,7 @@ func (w *ContextGraphWalker) EnterPath(path addrs.ModuleInstance) EvalContext {
|
|||
evaluator := &Evaluator{
|
||||
Meta: w.Context.meta,
|
||||
Config: w.Context.config,
|
||||
Operation: w.Operation,
|
||||
State: w.Context.state,
|
||||
StateLock: &w.Context.stateLock,
|
||||
ProviderSchemas: w.providerSchemas,
|
||||
|
|
Loading…
Reference in New Issue