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