terraform: missing fields from ApplyGraphBuilder after master rebase
This commit is contained in:
parent
e59efa024b
commit
c9c1912b34
|
@ -372,7 +372,9 @@ func (c *Context) Apply() (*State, error) {
|
|||
graph, err = c.Graph(&ContextGraphOpts{Validate: true})
|
||||
} else {
|
||||
graph, err = (&ApplyGraphBuilder{
|
||||
Module: c.module,
|
||||
Diff: c.diff,
|
||||
State: c.state,
|
||||
Providers: c.components.ResourceProviders(),
|
||||
Provisioners: c.components.ResourceProvisioners(),
|
||||
}).Build(RootModulePath)
|
||||
|
|
Loading…
Reference in New Issue