diff --git a/internal/pkg/deploy/cloudformation/cloudformation.go b/internal/pkg/deploy/cloudformation/cloudformation.go index aefdb20f72d..29276a8647f 100644 --- a/internal/pkg/deploy/cloudformation/cloudformation.go +++ b/internal/pkg/deploy/cloudformation/cloudformation.go @@ -282,7 +282,7 @@ type executeAndRenderChangeSetOption func(in *executeAndRenderChangeSetInput) func withEnableInterrupt() executeAndRenderChangeSetOption { return func(in *executeAndRenderChangeSetInput) { - in.enableInterrupt = true + in.enableInterrupt = false } }