Skip to content

Commit 32801e6

Browse files
feat: update cloudposse/eks-node-group/aws to 3.4.0 #minor
1 parent ebbb9c5 commit 32801e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_pool.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module "node_pool" {
33
for_each = { for np in var.node_pools : np.name => np }
44
source = "cloudposse/eks-node-group/aws"
55
# Cloud Posse recommends pinning every module to a specific version
6-
version = "3.1.1"
6+
version = "3.4.0"
77
ec2_ssh_key_name = each.value.ssh_key_pair_names
88
instance_types = [each.value.instance_type]
99
subnet_ids = var.private_subnets_enabled ? module.subnets.private_subnet_ids : module.subnets.public_subnet_ids

0 commit comments

Comments
 (0)