Skip to content

Commit

Permalink
Merge pull request #56 from GlueOps/chore/updates
Browse files Browse the repository at this point in the history
chore(cloudposse/eks-node-group/aws): 2.10.0 -> 2.12.0
  • Loading branch information
fernandoataoldotcom authored Sep 30, 2023
2 parents 3bab5b4 + 057d796 commit e0a6d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ No requirements.
| Name | Source | Version |
|------|--------|---------|
| <a name="module_kubernetes"></a> [kubernetes](#module\_kubernetes) | cloudposse/eks-cluster/aws | 2.8.1 |
| <a name="module_node_pool"></a> [node\_pool](#module\_node\_pool) | cloudposse/eks-node-group/aws | 2.10.0 |
| <a name="module_node_pool"></a> [node\_pool](#module\_node\_pool) | cloudposse/eks-node-group/aws | 2.12.0 |
| <a name="module_subnets"></a> [subnets](#module\_subnets) | cloudposse/dynamic-subnets/aws | 2.4.1 |
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/vpc/aws | 2.1.0 |
| <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 |
Expand Down
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 = "2.10.0"
version = "2.12.0"
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 e0a6d4f

Please sign in to comment.