Skip to content

Commit

Permalink
add security group
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Nov 5, 2024
1 parent 3e92272 commit 2387e5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kubernetes/aws/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,7 @@ module "eks" {
}
}


cluster_security_group_additional_rules = {
source_node_security_group = true
}

cluster_additional_security_group_ids = [module.eks.node_security_group_id]

cluster_encryption_config = {
provider_key_arn = var.cluster_encryption_config
Expand Down

0 comments on commit 2387e5e

Please sign in to comment.