diff --git a/docs/reference/modules/terraform-aws-eks/eks-cluster-control-plane/eks-cluster-control-plane.md b/docs/reference/modules/terraform-aws-eks/eks-cluster-control-plane/eks-cluster-control-plane.md index e8cdc21a7..54bf0f69b 100644 --- a/docs/reference/modules/terraform-aws-eks/eks-cluster-control-plane/eks-cluster-control-plane.md +++ b/docs/reference/modules/terraform-aws-eks/eks-cluster-control-plane/eks-cluster-control-plane.md @@ -695,7 +695,7 @@ module "eks_cluster_control_plane" { # Version of Kubernetes to use. Refer to EKS docs for list of available # versions # (https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html). - kubernetes_version = "1.34" + kubernetes_version = "1.35" # The thumbprint to use for the OpenID Connect Provider. You can retrieve the # thumbprint by following the instructions in the AWS docs: @@ -1061,7 +1061,7 @@ inputs = { # Version of Kubernetes to use. Refer to EKS docs for list of available # versions # (https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html). - kubernetes_version = "1.34" + kubernetes_version = "1.35" # The thumbprint to use for the OpenID Connect Provider. You can retrieve the # thumbprint by following the instructions in the AWS docs: @@ -1878,7 +1878,7 @@ Path to the kubectl config file. Defaults to $HOME/.kube/config Version of Kubernetes to use. Refer to EKS docs for list of available versions (https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html). - + @@ -2143,6 +2143,6 @@ The IPv4 CIDR block that Kubernetes pod and service IP addresses are assigned fr "https://github.com/gruntwork-io/terraform-aws-eks/tree/v4.5.0/modules/eks-cluster-control-plane/outputs.tf" ], "sourcePlugin": "module-catalog-api", - "hash": "3ec3e9ec4afa25da0ca1466d108e9c57" + "hash": "175ff7dc8a99eff2efa890dd6e517f7b" } ##DOCS-SOURCER-END --> diff --git a/docs/reference/modules/terraform-aws-eks/eks-ebs-csi-driver/eks-ebs-csi-driver.md b/docs/reference/modules/terraform-aws-eks/eks-ebs-csi-driver/eks-ebs-csi-driver.md index c42ec0266..510cdd001 100644 --- a/docs/reference/modules/terraform-aws-eks/eks-ebs-csi-driver/eks-ebs-csi-driver.md +++ b/docs/reference/modules/terraform-aws-eks/eks-ebs-csi-driver/eks-ebs-csi-driver.md @@ -93,7 +93,7 @@ module "eks_ebs_csi_driver" { enable_ebs_csi_driver = true # The version of Kubernetes for the EKS Cluster. - kubernetes_version = "1.34" + kubernetes_version = "1.35" } @@ -170,7 +170,7 @@ inputs = { enable_ebs_csi_driver = true # The version of Kubernetes for the EKS Cluster. - kubernetes_version = "1.34" + kubernetes_version = "1.35" } @@ -347,7 +347,7 @@ When set to true, the module configures and install the EBS CSI Driver as an EKS The version of Kubernetes for the EKS Cluster. - + @@ -388,6 +388,6 @@ The latest available version of the EBS CSI AddOn. "https://github.com/gruntwork-io/terraform-aws-eks/tree/v4.5.0/modules/eks-ebs-csi-driver/outputs.tf" ], "sourcePlugin": "module-catalog-api", - "hash": "33587da5230d819085f39b771a0b7ffa" + "hash": "48bbb07e773cc9023ca978f4031cdf3c" } ##DOCS-SOURCER-END --> diff --git a/docs/reference/modules/terraform-aws-eks/eks-k8s-cluster-autoscaler/eks-k8s-cluster-autoscaler.md b/docs/reference/modules/terraform-aws-eks/eks-k8s-cluster-autoscaler/eks-k8s-cluster-autoscaler.md index 5bd8806cd..0609b7746 100644 --- a/docs/reference/modules/terraform-aws-eks/eks-k8s-cluster-autoscaler/eks-k8s-cluster-autoscaler.md +++ b/docs/reference/modules/terraform-aws-eks/eks-k8s-cluster-autoscaler/eks-k8s-cluster-autoscaler.md @@ -136,7 +136,7 @@ module "eks_k_8_s_cluster_autoscaler" { cluster_autoscaler_role_arn = null # Which version of the cluster autoscaler to install. - cluster_autoscaler_version = "v1.34.0" + cluster_autoscaler_version = "v1.35.0" # Map of extra arguments to pass to the container. container_extra_args = {} @@ -321,7 +321,7 @@ inputs = { cluster_autoscaler_role_arn = null # Which version of the cluster autoscaler to install. - cluster_autoscaler_version = "v1.34.0" + cluster_autoscaler_version = "v1.35.0" # Map of extra arguments to pass to the container. container_extra_args = {} @@ -430,6 +430,6 @@ inputs = { "https://github.com/gruntwork-io/terraform-aws-eks/tree/v4.5.0/modules/eks-k8s-cluster-autoscaler/outputs.tf" ], "sourcePlugin": "module-catalog-api", - "hash": "22cd99ceb90ad8f0e81df562e836f109" + "hash": "a220c88d1afeac79c1cc5396c354bc21" } ##DOCS-SOURCER-END -->