terraform: uncomment a test that we were waiting on

terraform: remove final TODO
This commit is contained in:
Mitchell Hashimoto 2016-11-08 10:59:35 -08:00
parent 19350d617d
commit bcc67fd135
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -86,8 +86,6 @@ func (n *NodePlannableResource) DynamicExpand(ctx EvalContext) (*Graph, error) {
State: state,
},
// TODO: deposed
// Attach the state
&AttachStateTransformer{State: state},