Skip to content

Commit cbb25a0

Browse files
benjaminvalienteBenjamin Valiente (Contractor)
andauthored
feat: creating log group for kube events (#260)
Co-authored-by: Benjamin Valiente (Contractor) <benjamin.valiente@thoughtbot.com>
1 parent a7ef1a4 commit cbb25a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/platform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ locals {
384384
[OUTPUT]
385385
Name cloudwatch_logs
386386
Match kube.events
387-
auto_create_group false
387+
auto_create_group true
388388
region ${data.aws_region.current.name}
389389
log_group_name ${module.cloudwatch_logs.log_group_name}-events
390390
log_stream_prefix $${HOST_NAME}-

0 commit comments

Comments
 (0)