From fa3b4fc9de3ee7084e3ac6bbd6a67cdcdbbef5ed Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 9 Oct 2018 16:31:19 -0700 Subject: [PATCH] backend/local: Populate changes into a context built from planfile --- backend/local/backend_local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/local/backend_local.go b/backend/local/backend_local.go index acb5215af..33e539c8f 100644 --- a/backend/local/backend_local.go +++ b/backend/local/backend_local.go @@ -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