We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'll like to have an option to keep cloudwatch logs for longer than 30 days.
Currently we are not able to modify retention_in_days variable in:
retention_in_days
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 }
This patch will enable having logs in cloudwatch for longer than 30 days.
enable retention_in_days variable in module.cloudwatch_log_group
module.cloudwatch_log_group
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:Use Case
This patch will enable having logs in cloudwatch for longer than 30 days.
Describe Ideal Solution
enable
retention_in_days
variable inmodule.cloudwatch_log_group
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: