terraform: validate step should still set parent config for inheritence

This commit is contained in:
Mitchell Hashimoto 2015-06-23 22:18:57 -07:00
parent 772fab3609
commit 1e739d1237
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ func ProviderEvalTree(n string, config *config.RawConfig) EvalNode {
Provider: &provider,
Config: &resourceConfig,
},
&EvalSetProviderConfig{
Provider: n,
Config: &resourceConfig,
},
},
},
})