diff --git a/examples/azure-from-scratch/variables.tf b/examples/azure-from-scratch/variables.tf index 7e54f0a..133bf48 100644 --- a/examples/azure-from-scratch/variables.tf +++ b/examples/azure-from-scratch/variables.tf @@ -33,7 +33,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "tags" { diff --git a/examples/azure-from-vpc/variables.tf b/examples/azure-from-vpc/variables.tf index 10ec426..e04771d 100644 --- a/examples/azure-from-vpc/variables.tf +++ b/examples/azure-from-vpc/variables.tf @@ -41,7 +41,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "tags" { diff --git a/examples/from-private-vpc/variables.tf b/examples/from-private-vpc/variables.tf index 8c4c53b..c6b1758 100644 --- a/examples/from-private-vpc/variables.tf +++ b/examples/from-private-vpc/variables.tf @@ -20,7 +20,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "vpc_id" { diff --git a/examples/from-scratch-with-eks-addon/variables.tf b/examples/from-scratch-with-eks-addon/variables.tf index 4ea37f3..5fa3d1e 100644 --- a/examples/from-scratch-with-eks-addon/variables.tf +++ b/examples/from-scratch-with-eks-addon/variables.tf @@ -20,7 +20,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "vpc_name" { diff --git a/examples/from-scratch-with-private-link/variable.tf b/examples/from-scratch-with-private-link/variable.tf index 9d9bbfc..6aacc2e 100644 --- a/examples/from-scratch-with-private-link/variable.tf +++ b/examples/from-scratch-with-private-link/variable.tf @@ -20,7 +20,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "vpc_name" { diff --git a/examples/from-scratch/variables.tf b/examples/from-scratch/variables.tf index 4ea37f3..5fa3d1e 100644 --- a/examples/from-scratch/variables.tf +++ b/examples/from-scratch/variables.tf @@ -20,7 +20,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "vpc_name" { diff --git a/examples/gcp-from-scratch/variables.tf b/examples/gcp-from-scratch/variables.tf index a5ecb3a..11ff871 100644 --- a/examples/gcp-from-scratch/variables.tf +++ b/examples/gcp-from-scratch/variables.tf @@ -16,7 +16,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "region" { diff --git a/examples/gcp-from-vpc/variables.tf b/examples/gcp-from-vpc/variables.tf index f21f79c..086b862 100644 --- a/examples/gcp-from-vpc/variables.tf +++ b/examples/gcp-from-vpc/variables.tf @@ -16,7 +16,7 @@ variable "cluster_name" { variable "cluster_version" { type = string - default = "1.25" + default = "1.29" } variable "region" {