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

feat: add log retention and fix log group naming #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drmikecrowe
Copy link

@drmikecrowe drmikecrowe commented Jul 17, 2022

Related Issues

Public Changelog

[none]

Security Implications

[none]

name = "/aws/lambda/us-east-1.${var.name}"
tags = var.tags
kms_key_id = var.cloudwatch_log_groups_kms_arn
retention_in_days = 14
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you make this a variable that defaults to 14?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do -- sorry, work issues and couldn't get back to it as soon as I thought

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

Successfully merging this pull request may close these issues.

2 participants