diff --git a/cmd/bundle/destroy.go b/cmd/bundle/destroy.go index cd7e63062..9cb97bdc9 100644 --- a/cmd/bundle/destroy.go +++ b/cmd/bundle/destroy.go @@ -62,7 +62,6 @@ func newDestroyCommand() *cobra.Command { diags = bundle.Apply(ctx, b, bundle.Seq( phases.Initialize(), - phases.Build(), phases.Destroy(), )) if err := diags.Error(); err != nil {