Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/eks-node-group/aws to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 6e0a3c8 commit 7e25feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_pool.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "node_pool" {
for_each = { for np in var.node_pools : np.name => np }
source = "cloudposse/eks-node-group/aws"
# Cloud Posse recommends pinning every module to a specific version
version = "3.1.0"
version = "3.1.1"
ec2_ssh_key_name = each.value.ssh_key_pair_names
instance_types = [each.value.instance_type]
subnet_ids = module.subnets.public_subnet_ids
Expand Down

0 comments on commit 7e25feb

Please sign in to comment.