Skip to content

Commit

Permalink
fix: cluster_enabled_log_types
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Nov 19, 2024
1 parent cba6bd2 commit 06eadbc
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 @@ -9,7 +9,7 @@ module "eks" {

create_kms_key = false
create_cloudwatch_log_group = true
enabled_cluster_log_types = [ "api", "audit", "authenticator", "controllerManager", "scheduler" ]
cluster_enabled_log_types = [ "api", "audit", "authenticator", "controllerManager", "scheduler" ]
cloudwatch_log_group_retention_in_days = 2
cluster_encryption_config = {}

Expand Down

0 comments on commit 06eadbc

Please sign in to comment.