Skip to content

Commit c09a6fc

Browse files
committed
chore: target K8s 1.35 for clean rebuild
EKS 1.35 is available in standard support. Will destroy layers 3+4 and rebuild fresh instead of stepping through 1.33→1.34→1.35.
1 parent 94c3c54 commit c09a6fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/terraform/3-eks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variable "use_fips_endpoints" {
2626
variable "cluster_version" {
2727
description = "Kubernetes version for the EKS cluster (EKS-001)."
2828
type = string
29-
default = "1.33"
29+
default = "1.35"
3030
}
3131

3232
variable "system_node_instance_types" {

0 commit comments

Comments
 (0)