Skip to content

Commit

Permalink
fix retention days
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Nov 19, 2024
1 parent 06eadbc commit ada9ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "eks" {
create_kms_key = false
create_cloudwatch_log_group = true
cluster_enabled_log_types = [ "api", "audit", "authenticator", "controllerManager", "scheduler" ]
cloudwatch_log_group_retention_in_days = 2
cloudwatch_log_group_retention_in_days = 3
cluster_encryption_config = {}

cluster_addons = {
Expand Down

0 comments on commit ada9ee9

Please sign in to comment.