Skip to content

Commit 340915c

Browse files
committed
Remove unused CloudWatch log configuration from main.tf
1 parent bbf2406 commit 340915c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

aws/platform/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,9 @@ locals {
372372
[OUTPUT]
373373
Name cloudwatch_logs
374374
Match *
375-
auto_create_group true
376375
region ${data.aws_region.current.name}
377376
log_group_name ${module.cloudwatch_logs.log_group_name}
378-
log_group_template ${var.logs_prefix}/$kubernetes['namespace_name']
379377
log_stream_prefix $${HOST_NAME}-
380-
log_stream_template $kubernetes['pod_name'].$kubernetes['container_name']
381-
log_retention_days ${var.logs_retention_in_days}
382378
EOT
383379
}
384380
env = [

0 commit comments

Comments
 (0)