Skip to content

Commit

Permalink
add kms_key_enable_default_policy variable
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Mar 18, 2024
1 parent c614e8c commit c4e30d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/aws/implementation/modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ module "eks-cluster" {
cluster_enabled_log_types = ["api", "audit", "authenticator", "controllerManager", "scheduler"]
cloudwatch_log_group_retention_in_days = 7

kms_key_enable_default_policy = true

vpc_id = var.vpc_id
subnet_ids = flatten([var.private_subnet_ids, var.public_subnet_ids])

Expand Down

0 comments on commit c4e30d4

Please sign in to comment.