Skip to content

Ability to disable rollback #13

@tomkerswill

Description

@tomkerswill

It would be great if there could be an option to disable rollback. I think all that is needed is to change this code at MegaStack.py:167:

                self.cfconn.create_stack(
                    stack_name=stack.cf_stack_name,
                    template_body=stack.template_body,
                    parameters=stack.get_params_tuples(),
                    capabilities=['CAPABILITY_IAM'],
                    notification_arns=stack.sns_topic_arn,
                    tags=stack.tags**,**
                    **disable_rollback=True**
                )

.... Although I'm aware that it would be best to have this set as an option on the command line, which I haven't quite worked out how to do yet.

Tom

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions