diff --git a/terraform/context_apply_test.go b/terraform/context_apply_test.go index 64ce6c6fb..844e583f2 100644 --- a/terraform/context_apply_test.go +++ b/terraform/context_apply_test.go @@ -5303,9 +5303,7 @@ func TestContext2Apply_provisionerDestroyModule(t *testing.T) { t.Fatalf("diags: %s", diags.Err()) } - checkStateString(t, state, ` -module.child: - `) + checkStateString(t, state, ``) // Verify apply was invoked if !pr.ProvisionResourceCalled {