diff --git a/main.tf b/main.tf index cf353f9..663db4b 100644 --- a/main.tf +++ b/main.tf @@ -44,6 +44,7 @@ module "cluster" { "controllerManager", "scheduler", ] + cloudwatch_log_group_retention_in_days = "14" vpc_id = local.vpc_id subnet_ids = local.subnets