File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
examples/redis-replication-group Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments