Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aws/platform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ locals {
auto_create_group true
region ${data.aws_region.current.name}
log_group_name ${module.cloudwatch_logs.log_group_name}-events
log_group_template ${local.log_group_template_value}-events
log_stream_prefix $${HOST_NAME}-
log_stream_template $kubernetes['pod_name'].$kubernetes['container_name']
log_retention_days ${var.logs_retention_in_days}
Expand Down
Loading