Skip to content

Commit

Permalink
Bump EKS version in Terraform to 1.28 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Jan 8, 2024
1 parent e96dba0 commit 67e7cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/terraform/eks/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "retail_app_eks" {
}

environment_name = var.environment_name
cluster_version = "1.24"
cluster_version = "1.28"
vpc_id = module.vpc.inner.vpc_id
vpc_cidr = module.vpc.inner.vpc_cidr_block
subnet_ids = module.vpc.inner.private_subnets
Expand Down
2 changes: 1 addition & 1 deletion deploy/terraform/eks/minimal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "retail_app_eks" {
}

environment_name = var.environment_name
cluster_version = "1.24"
cluster_version = "1.28"
vpc_id = module.vpc.inner.vpc_id
vpc_cidr = module.vpc.inner.vpc_cidr_block
subnet_ids = module.vpc.inner.private_subnets
Expand Down

0 comments on commit 67e7cd2

Please sign in to comment.