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
| <aname="input_enabled_cluster_log_types"></a> [enabled\_cluster\_log\_types](#input\_enabled\_cluster\_log\_types)| Which EKS control plane log types to enable |`list(string)`|`[]`| no |
99
+
| <aname="input_endpoint_private_access"></a> [endpoint\_private\_access](#input\_endpoint\_private\_access)| Enables the Amazon EKS private API server endpoint. |`bool`|`false`| no |
100
+
| <aname="input_endpoint_public_access"></a> [endpoint\_public\_access](#input\_endpoint\_public\_access)| Enables the Amazon EKS public API server endpoint. |`bool`|`true`| no |
99
101
| <aname="input_k8s_version"></a> [k8s\_version](#input\_k8s\_version)| Kubernetes version to deploy |`string`| n/a | yes |
100
102
| <aname="input_labels"></a> [labels](#input\_labels)| Labels to be applied to created resources |`map(string)`|`{}`| no |
101
103
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| How many days until control plane logs are purged |`number`|`7`| no |
| <aname="input_enabled_cluster_log_types"></a> [enabled\_cluster\_log\_types](#input\_enabled\_cluster\_log\_types)| Which EKS control plane log types to enable |`list(string)`| <pre>[<br> "api",<br> "audit"<br>]</pre> | no |
35
+
| <aname="input_endpoint_private_access"></a> [endpoint\_private\_access](#input\_endpoint\_private\_access)| Enables the Amazon EKS private API server endpoint. |`bool`|`false`| no |
36
+
| <aname="input_endpoint_public_access"></a> [endpoint\_public\_access](#input\_endpoint\_public\_access)| Enables the Amazon EKS public API server endpoint. |`bool`|`true`| no |
35
37
| <aname="input_k8s_version"></a> [k8s\_version](#input\_k8s\_version)| Kubernetes version to deploy |`string`| n/a | yes |
36
38
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| How many days until control plane logs are purged |`number`|`7`| no |
37
39
| <aname="input_name"></a> [name](#input\_name)| Name for this EKS cluster |`string`| n/a | yes |
0 commit comments