We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6d354 commit 646b042Copy full SHA for 646b042
main.tf
@@ -75,7 +75,7 @@ resource "aws_db_proxy_target" "db_cluster" {
75
################################################################################
76
77
resource "aws_cloudwatch_log_group" "this" {
78
- count = var.create_proxy && var.manage_log_group && var.debug_logging ? 1 : 0
+ count = var.create_proxy && var.manage_log_group ? 1 : 0
79
80
name = "/aws/rds/proxy/${var.name}"
81
retention_in_days = var.log_group_retention_in_days
0 commit comments