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
+1-1
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraf
218
218
| <aname="input_cluster_service_ipv4_cidr"></a> [cluster\_service\_ipv4\_cidr](#input\_cluster\_service\_ipv4\_cidr)| service ipv4 cidr for the kubernetes cluster |`string`|`null`| no |
219
219
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| A map of tags to add to just the eks resource. |`map(string)`|`{}`| no |
220
220
| <aname="input_cluster_update_timeout"></a> [cluster\_update\_timeout](#input\_cluster\_update\_timeout)| Timeout value when updating the EKS cluster. |`string`|`"60m"`| no |
221
-
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes version to use for the EKS cluster. |`string`|`null`| no |
221
+
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes minor version to use for the EKS cluster (for example 1.21). |`string`|`null`| no |
222
222
| <aname="input_create_eks"></a> [create\_eks](#input\_create\_eks)| Controls if EKS resources should be created (it affects almost all resources) |`bool`|`true`| no |
223
223
| <aname="input_create_fargate_pod_execution_role"></a> [create\_fargate\_pod\_execution\_role](#input\_create\_fargate\_pod\_execution\_role)| Controls if the EKS Fargate pod execution IAM role should be created. |`bool`|`true`| no |
224
224
| <aname="input_default_platform"></a> [default\_platform](#input\_default\_platform)| Default platform name. Valid options are `linux` and `windows`. |`string`|`"linux"`| no |
0 commit comments