Skip to content

Commit

Permalink
BAH-3909 | Add version attribute to node-groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Jun 17, 2024
1 parent da11a16 commit 2fd0dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/eks_node_group/node_group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resource "aws_eks_node_group" "node_group" {
subnet_ids = data.aws_eks_cluster.eks_cluster.vpc_config[0].subnet_ids
instance_types = [var.node_instance_type]
capacity_type = "ON_DEMAND"
version = data.aws_eks_cluster.eks_cluster.version

scaling_config {
desired_size = var.desired_num_of_nodes
Expand Down

0 comments on commit 2fd0dc1

Please sign in to comment.