You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this functionality is available in the AWS provider for Terraform. However, currently, enabling log delivery results in the recreation of the log group.
Is your request related to a problem? Please describe.
When enabling slow logs for Valkey, the existing Terraform module forces the recreation of the CloudWatch log group. This disrupts existing logs and causes downtime in log collection, which is not ideal for production environments.
Describe the solution you'd like.
The module should allow enabling slow logs without requiring the recreation of the log group. Instead, it should update the log delivery settings while preserving the existing log group.
Describe alternatives you've considered.
Manually modifying the log group outside Terraform, which is not a sustainable approach for infrastructure as code.
Using AWS Console to enable slow logging, but this goes against the Terraform-managed infrastructure principle.
Additional context
terraform is failed for the slow log enablement saying that log group already exists
The text was updated successfully, but these errors were encountered:
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
Is your request related to a problem? Please describe.
When enabling slow logs for Valkey, the existing Terraform module forces the recreation of the CloudWatch log group. This disrupts existing logs and causes downtime in log collection, which is not ideal for production environments.
Describe the solution you'd like.
The module should allow enabling slow logs without requiring the recreation of the log group. Instead, it should update the log delivery settings while preserving the existing log group.
Describe alternatives you've considered.
Manually modifying the log group outside Terraform, which is not a sustainable approach for infrastructure as code.
Using AWS Console to enable slow logging, but this goes against the Terraform-managed infrastructure principle.
Additional context
terraform is failed for the slow log enablement saying that log group already exists
The text was updated successfully, but these errors were encountered: