removed {
    from = module.lambda_service_user.snowflake_account_role.service_user_role
    lifecycle {
        destroy = false
    }
}

removed {
    from = module.lambda_service_user.snowflake_grant_account_role.account_roles
    lifecycle {
        destroy = false
    }
}

removed {
    from = module.lambda_service_user.snowflake_grant_account_role.grant_service_user_role_to_roles
    lifecycle {
        destroy = false
    }
}

removed { 
    from = module.lambda_service_user.snowflake_grant_account_role.grant_service_user_role_to_users
    lifecycle {
        destroy = false
    }
}

removed {
    from = module.lambda_service_user.snowflake_grant_ownership.service_user_role_ownership_grant
    lifecycle {
        destroy = false
    }
}

removed {
    from = module.lambda_service_user.snowflake_grant_ownership.service_user_user_ownership_grant
    lifecycle {
        destroy = false
    }
}

removed {
    from = module.lambda_service_user.snowflake_user.service_user
    lifecycle {
        destroy = false
    }
}

removed {
    from = module.lambda_service_user.snowflake_user_authentication_policy_attachment.service_user_auth_policy_attachment
    lifecycle {
        destroy = false
    }
}
