core: Fix test build for ./plans/planfile

This was missed in the splitting of "Replace" into "DeleteThenCreate" and
"CreateThenDelete".
pull/18969/head
Martin Atkins 8 years ago
parent 7900ddf54e
commit ab2b705ca3

@ -60,7 +60,7 @@ func TestTFPlanRoundTrip(t *testing.T) {
Type: "test",
}.Absolute(addrs.RootModuleInstance),
ChangeSrc: plans.ChangeSrc{
Action: plans.Replace,
Action: plans.DeleteThenCreate,
Before: mustNewDynamicValue(cty.ObjectVal(map[string]cty.Value{
"id": cty.StringVal("foo-bar-baz"),
}), objTy),

Loading…
Cancel
Save