We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbb9c5 commit 32801e6Copy full SHA for 32801e6
node_pool.tf
@@ -3,7 +3,7 @@ module "node_pool" {
3
for_each = { for np in var.node_pools : np.name => np }
4
source = "cloudposse/eks-node-group/aws"
5
# Cloud Posse recommends pinning every module to a specific version
6
- version = "3.1.1"
+ version = "3.4.0"
7
ec2_ssh_key_name = each.value.ssh_key_pair_names
8
instance_types = [each.value.instance_type]
9
subnet_ids = var.private_subnets_enabled ? module.subnets.private_subnet_ids : module.subnets.public_subnet_ids
0 commit comments