Skip to content

Commit 2b10b4f

Browse files
committed
adjust example
1 parent 03f6e43 commit 2b10b4f

File tree

1 file changed

+0
-27
lines changed
  • examples/redis-replication-group

1 file changed

+0
-27
lines changed

examples/redis-replication-group/main.tf

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -63,33 +63,6 @@ module "elasticache" {
6363
}
6464
]
6565

66-
# log group configuration examples
67-
log_delivery_configuration = {
68-
slow-log = {
69-
destination_type = "cloudwatch-logs"
70-
log_format = "json"
71-
}
72-
engine-log = {
73-
destination_type = "cloudwatch-logs"
74-
log_format = "json"
75-
# to use the same log group for different log types
76-
create_cloudwatch_log_group = false
77-
}
78-
79-
# to create a cloudwatch log group for each log type
80-
# specify cloudwatch_log_group_name
81-
# slow-log = {
82-
# cloudwatch_log_group_name = "${local.name}-slow-log"
83-
# destination_type = "cloudwatch-logs"
84-
# log_format = "json"
85-
# }
86-
# engine-log = {
87-
# cloudwatch_log_group_name = "${local.name}-engine-log"
88-
# destination_type = "cloudwatch-logs"
89-
# log_format = "json"
90-
# }
91-
}
92-
9366
tags = local.tags
9467
}
9568

0 commit comments

Comments
 (0)