Skip to content

Commit

Permalink
enabled cluster log types
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa authored Nov 19, 2024
1 parent 029e870 commit cba6bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module "eks" {

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

cluster_addons = {
Expand Down

0 comments on commit cba6bd2

Please sign in to comment.