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

Enable costumization of cloudwatch logs retention #48

Open
HectorQuiroz opened this issue Aug 27, 2024 · 0 comments
Open

Enable costumization of cloudwatch logs retention #48

HectorQuiroz opened this issue Aug 27, 2024 · 0 comments

Comments

@HectorQuiroz
Copy link

Describe the Feature

Hello,

I'll like to have an option to keep cloudwatch logs for longer than 30 days.

Expected Behavior

Currently we are not able to modify retention_in_days variable in:

module "cloudwatch_log_group" {
  source  = "cloudposse/cloudwatch-logs/aws"
  version = "0.6.8"

  enabled              = local.create_log_group
  iam_tags_enabled     = var.iam_tags_enabled
  permissions_boundary = var.permissions_boundary

  context = module.this.context
}

Use Case

This patch will enable having logs in cloudwatch for longer than 30 days.

Describe Ideal Solution

enable retention_in_days variable in module.cloudwatch_log_group

Alternatives Considered

No response

Additional Context

No response

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

1 participant