Skip to content

Commit 3c82cf8

Browse files
charliekeeeganchakeegabonclay7
authored
update kuberenetes and instance type (#81)
Co-authored-by: charlie keegan <[email protected]> Co-authored-by: Rodrigue Koffi <[email protected]>
1 parent 8a1ac4d commit 3c82cf8

File tree

1 file changed

+2
-2
lines changed
  • examples/eks-cluster-with-vpc

1 file changed

+2
-2
lines changed

examples/eks-cluster-with-vpc/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ module "eks_blueprints" {
4444
source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.13.1"
4545

4646
cluster_name = local.cluster_name
47-
cluster_version = "1.23"
47+
cluster_version = "1.24"
4848

4949
vpc_id = module.vpc.vpc_id
5050
private_subnet_ids = module.vpc.private_subnets
5151

5252
managed_node_groups = {
5353
mg_5 = {
5454
node_group_name = "managed-ondemand"
55-
instance_types = ["t3.xlarge"]
55+
instance_types = ["t4.xlarge"]
5656
min_size = 2
5757
subnet_ids = module.vpc.private_subnets
5858
}

0 commit comments

Comments
 (0)