Skip to content

Commit

Permalink
terraform: uncomment a test that we were waiting on
Browse files Browse the repository at this point in the history
terraform: remove final TODO
  • Loading branch information
mitchellh committed Nov 8, 2016
1 parent 19350d6 commit bcc67fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions terraform/context_plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,6 @@ func TestContext2Plan_preventDestroy_destroyPlan(t *testing.T) {
}

func TestContext2Plan_provisionerCycle(t *testing.T) {
// TODO
return
m := testModule(t, "plan-provisioner-cycle")
p := testProvider("aws")
p.DiffFn = testDiffFn
Expand Down
2 changes: 0 additions & 2 deletions terraform/node_resource_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ func (n *NodePlannableResource) DynamicExpand(ctx EvalContext) (*Graph, error) {
State: state,
},

// TODO: deposed

// Attach the state
&AttachStateTransformer{State: state},

Expand Down

0 comments on commit bcc67fd

Please sign in to comment.