Skip to content

Commit

Permalink
change to 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 2, 2023
1 parent d29fb2b commit 3809880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cluster_name = "org-project-env"
cluster_version = "1.24"
cluster_version = "1.25"
region = "us-gov-east-1"
## domain = "org-project-env.env.domain.census.gov"
eks_instance_disk_size = 40
Expand Down
2 changes: 1 addition & 1 deletion examples/full-cluster-tf-upgrade/1.25/variables.eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "cluster_name" {
variable "cluster_version" {
description = "The EKS version number, see https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html"
type = string
default = "1.21"
default = "1.25"
}

variable "eks_instance_type" {
Expand Down

0 comments on commit 3809880

Please sign in to comment.