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

pull/19086/head
Martin Atkins 8 years ago
parent a4c3022cf8
commit fa3b4fc9de

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

Loading…
Cancel
Save