backend/local: Populate changes into a context built from planfile

This commit is contained in:
Martin Atkins 2018-10-09 16:31:19 -07:00
parent a4c3022cf8
commit fa3b4fc9de
1 changed files with 1 additions and 1 deletions

View File

@ -193,8 +193,8 @@ func (b *Local) contextFromPlanFile(pf *planfile.Reader, opts terraform.ContextO
} }
} }
opts.Variables = variables opts.Variables = variables
opts.Changes = plan.Changes
// TODO: populate the changes (formerly diff)
// TODO: targets // TODO: targets
// TODO: check that the states match // TODO: check that the states match
// TODO: impose provider SHA256 constraints // TODO: impose provider SHA256 constraints