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
@@ -404,6 +404,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
404
404
| <aname="input_cluster_endpoint_private_access"></a> [cluster\_endpoint\_private\_access](#input\_cluster\_endpoint\_private\_access)| Indicates whether or not the Amazon EKS private API server endpoint is enabled |`bool`|`true`| no |
405
405
| <aname="input_cluster_endpoint_public_access"></a> [cluster\_endpoint\_public\_access](#input\_cluster\_endpoint\_public\_access)| Indicates whether or not the Amazon EKS public API server endpoint is enabled |`bool`|`false`| no |
406
406
| <aname="input_cluster_endpoint_public_access_cidrs"></a> [cluster\_endpoint\_public\_access\_cidrs](#input\_cluster\_endpoint\_public\_access\_cidrs)| List of CIDR blocks which can access the Amazon EKS public API server endpoint |`list(string)`| <pre>[<br/> "0.0.0.0/0"<br/>]</pre> | no |
407
+
| <aname="input_cluster_force_update_version"></a> [cluster\_force\_update\_version](#input\_cluster\_force\_update\_version)| Force version update by overriding upgrade-blocking readiness checks when updating a cluster |`bool`|`null`| no |
407
408
| <aname="input_cluster_identity_providers"></a> [cluster\_identity\_providers](#input\_cluster\_identity\_providers)| Map of cluster identity provider configurations to enable for the cluster. Note - this is different/separate from IRSA |`any`|`{}`| no |
408
409
| <aname="input_cluster_ip_family"></a> [cluster\_ip\_family](#input\_cluster\_ip\_family)| The IP family used to assign Kubernetes pod and service addresses. Valid values are `ipv4` (default) and `ipv6`. You can only specify an IP family when you create a cluster, changing this value will force a new cluster to be created |`string`|`"ipv4"`| no |
409
410
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the EKS cluster |`string`|`""`| no |
0 commit comments