You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ module "eks" {
78
78
version = "~> 19.0"
79
79
80
80
cluster_name = "my-cluster"
81
-
cluster_version = "1.24"
81
+
cluster_version = "1.27"
82
82
83
83
cluster_endpoint_public_access = true
84
84
@@ -318,7 +318,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
318
318
| <aname="input_cluster_service_ipv6_cidr"></a> [cluster\_service\_ipv6\_cidr](#input\_cluster\_service\_ipv6\_cidr)| The CIDR block to assign Kubernetes pod and service IP addresses from if `ipv6` was specified when the cluster was created. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster |`string`|`null`| no |
319
319
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| A map of additional tags to add to the cluster |`map(string)`|`{}`| no |
320
320
| <aname="input_cluster_timeouts"></a> [cluster\_timeouts](#input\_cluster\_timeouts)| Create, update, and delete timeout configurations for the cluster |`map(string)`|`{}`| no |
321
-
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes `<major>.<minor>` version to use for the EKS cluster (i.e.: `1.24`) |`string`|`null`| no |
321
+
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes `<major>.<minor>` version to use for the EKS cluster (i.e.: `1.27`) |`string`|`null`| no |
322
322
| <aname="input_control_plane_subnet_ids"></a> [control\_plane\_subnet\_ids](#input\_control\_plane\_subnet\_ids)| A list of subnet IDs where the EKS cluster control plane (ENIs) will be provisioned. Used for expanding the pool of subnets used by nodes/node groups without replacing the EKS control plane |`list(string)`|`[]`| no |
323
323
| <aname="input_create"></a> [create](#input\_create)| Controls if EKS resources should be created (affects nearly all resources) |`bool`|`true`| no |
324
324
| <aname="input_create_aws_auth_configmap"></a> [create\_aws\_auth\_configmap](#input\_create\_aws\_auth\_configmap)| Determines whether to create the aws-auth configmap. NOTE - this is only intended for scenarios where the configmap does not exist (i.e. - when using only self-managed node groups). Most users should use `manage_aws_auth_configmap`|`bool`|`false`| no |
0 commit comments