mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 08:51:02 -06:00
terraform: uncomment a test that we were waiting on
terraform: remove final TODO
This commit is contained in:
parent
19350d617d
commit
bcc67fd135
@ -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
|
||||
|
@ -86,8 +86,6 @@ func (n *NodePlannableResource) DynamicExpand(ctx EvalContext) (*Graph, error) {
|
||||
State: state,
|
||||
},
|
||||
|
||||
// TODO: deposed
|
||||
|
||||
// Attach the state
|
||||
&AttachStateTransformer{State: state},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user