We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c3c54 commit c09a6fcCopy full SHA for c09a6fc
1 file changed
infra/terraform/3-eks/variables.tf
@@ -26,7 +26,7 @@ variable "use_fips_endpoints" {
26
variable "cluster_version" {
27
description = "Kubernetes version for the EKS cluster (EKS-001)."
28
type = string
29
- default = "1.33"
+ default = "1.35"
30
}
31
32
variable "system_node_instance_types" {
0 commit comments