Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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).

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="&quot;1.34&quot;"/>
<HclListItemDefaultValue defaultValue="&quot;1.35&quot;"/>
</HclListItem>

<HclListItem name="openid_connect_provider_thumbprint" requirement="optional" type="string">
Expand Down Expand Up @@ -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 -->
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

Expand Down Expand Up @@ -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"

}

Expand Down Expand Up @@ -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.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="&quot;1.34&quot;"/>
<HclListItemDefaultValue defaultValue="&quot;1.35&quot;"/>
</HclListItem>

</TabItem>
Expand Down Expand Up @@ -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 -->
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down Expand Up @@ -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 = {}
Expand Down Expand Up @@ -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 -->