Skip to content

Commit

Permalink
update cluster example to include new paramter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaah committed Mar 21, 2022
1 parent 72ac001 commit c262635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ module "eks" {
}

# EKS Managed Node Group(s)

# Extend list of configured security groups on nodes to include the AWS-created cluster security group
include_cluster_security_group = true

eks_managed_node_group_defaults = {
ami_type = "AL2_x86_64"
disk_size = 50
Expand Down

0 comments on commit c262635

Please sign in to comment.