mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
terraform: validate step should still set parent config for inheritence
This commit is contained in:
parent
772fab3609
commit
1e739d1237
@ -62,6 +62,10 @@ func ProviderEvalTree(n string, config *config.RawConfig) EvalNode {
|
||||
Provider: &provider,
|
||||
Config: &resourceConfig,
|
||||
},
|
||||
&EvalSetProviderConfig{
|
||||
Provider: n,
|
||||
Config: &resourceConfig,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user