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

Custom log group retention #44

Open
gabegorelick opened this issue Jun 27, 2023 · 1 comment
Open

Custom log group retention #44

gabegorelick opened this issue Jun 27, 2023 · 1 comment

Comments

@gabegorelick
Copy link

retention_in_days is currently hard coded to 7. It would be nice to be able to customize that.

resource "aws_cloudwatch_log_group" "log_group_autospotting" {
name = "/aws/lambda/${module.label.id}"
retention_in_days = 7
}

@cristim
Copy link
Member

cristim commented Jun 29, 2023

@gabegorelick patches welcome :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants