Skip to content

Commit

Permalink
set cluster_encryption_config to empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Nov 14, 2023
1 parent e42e74b commit e10286d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ module "eks" {
# We already set our own rules above, no need to use Amazon's defaults.
node_security_group_enable_recommended_rules = false

# enabled by default in v19, setting to false to preserve behavior.
# enabled by default in v19, setting to false to preserve original behavior.
create_kms_key = false
cluster_encryption_config = []

################################################################################
# Handle BYO IAM Roles & Policies
Expand Down

0 comments on commit e10286d

Please sign in to comment.