terraform: missing fields from ApplyGraphBuilder after master rebase

This commit is contained in:
Mitchell Hashimoto 2016-10-19 13:46:32 -07:00
parent e59efa024b
commit c9c1912b34
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 2 additions and 0 deletions

View File

@ -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)