Skip to content

Commit 447096e

Browse files
feat: update cloudposse/eks-node-group/aws to 3.4.0 #minor (#286)
* feat: update cloudposse/eks-node-group/aws to 3.4.0 #minor * docs: automated update of terraform docs --------- Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dcae7ef commit 447096e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ No requirements.
179179
| Name | Source | Version |
180180
|------|--------|---------|
181181
| <a name="module_kubernetes"></a> [kubernetes](#module\_kubernetes) | cloudposse/eks-cluster/aws | 3.0.0 |
182-
| <a name="module_node_pool"></a> [node\_pool](#module\_node\_pool) | cloudposse/eks-node-group/aws | 3.1.1 |
182+
| <a name="module_node_pool"></a> [node\_pool](#module\_node\_pool) | cloudposse/eks-node-group/aws | 3.4.0 |
183183
| <a name="module_subnets"></a> [subnets](#module\_subnets) | cloudposse/dynamic-subnets/aws | 2.4.2 |
184184
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/vpc/aws | 2.3.0 |
185185
| <a name="module_vpc_peering_accepter_with_routes"></a> [vpc\_peering\_accepter\_with\_routes](#module\_vpc\_peering\_accepter\_with\_routes) | ./modules/vpc_peering_accepter_with_routes | n/a |

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)