diff --git a/bundle/phases/destroy.go b/bundle/phases/destroy.go index 01b2766708..6eb8b6a01f 100644 --- a/bundle/phases/destroy.go +++ b/bundle/phases/destroy.go @@ -83,7 +83,6 @@ func Destroy() bundle.Mutator { // Core destructive mutators for destroy. These require informed user consent. destroyCore := bundle.Seq( terraform.Apply(), - terraform.StatePush(), files.Delete(), bundle.LogString("Destroy complete!"), )