Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of stack fails if log group do not exists #29

Open
fogfish opened this issue Oct 20, 2020 · 0 comments
Open

Removal of stack fails if log group do not exists #29

fogfish opened this issue Oct 20, 2020 · 0 comments
Labels

Comments

@fogfish
Copy link
Contributor

fogfish commented Oct 20, 2020

Removal of custom c3.LogGroup resources fails if log group is removed manually (outside of CF process).

Error message in logs

{
    "Status": "FAILED",
    ...
    "Data": {
        "reason": {
            "message": "The specified log group does not exist.",
            "code": "ResourceNotFoundException",
            ...
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant