Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-hamm committed Sep 26, 2024
1 parent a64388d commit 7d57a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ module "eks" {
cluster_security_group_name = try(var.cluster_networking.cluster_security_group_name, null)
cluster_security_group_additional_rules = try(var.cluster_networking.cluster_security_group_additional_rules, var.cluster_security_group_additional_rules, {})
create_cluster_primary_security_group_tags = false # Cleaner if we handle the tag in aws_ec2_tag.cluster_security_group
attach_cluster_encryption_policy = false #Don't create the policy

eks_managed_node_groups = local.eks_managed_node_groups
eks_managed_node_group_defaults = local.node_group_defaults
Expand Down

0 comments on commit 7d57a26

Please sign in to comment.