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_cluster_cw_retention"></a> [cluster\_cw\_retention](#input\_cluster\_cw\_retention)| Specifies the number of days you want to retain log events in the log group for EKS Cluster events (e.g. `90` => 90 days) |`number`|`1`| no |
244
244
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| Add additional tags to the EKS created main/primary cluster Security Group - will be merged with `var.tags` and Karpenter discovery tag |`map(string)`|`{}`| no |
245
-
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes master major version (e.g. `1.21`) (https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html)|`string`|`"1.23"`| no |
245
+
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes master major version (e.g. `1.28`) (https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html)|`string`|`"1.27"`| no |
246
246
| <aname="input_cw_kms_arn"></a> [cw\_kms\_arn](#input\_cw\_kms\_arn)| KMS Key ARN for CloudWatch encryption - if not set, your EKS control plane logs will be ingested unencrypted |`string`|`""`| no |
247
247
| <aname="input_eks_api_access_cidrs"></a> [eks\_api\_access\_cidrs](#input\_eks\_api\_access\_cidrs)| IP CIDRs which are allowed to access the EKS API Public endpoint) |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
248
248
| <aname="input_eks_cluster_log_types"></a> [eks\_cluster\_log\_types](#input\_eks\_cluster\_log\_types)| Log types to enable for EKS Cluster (Master) - Valid values: `api`, `audit`, `authenticator`, `controllerManager`, `scheduler`|`list(string)`| <pre>[<br> "api",<br> "audit",<br> "authenticator",<br> "controllerManager",<br> "scheduler"<br>]</pre> | no |
| <aname="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name)| EKS Cluster name |
277
277
| <aname="output_cluster_role_arn"></a> [cluster\_role\_arn](#output\_cluster\_role\_arn)| ARN of the EKS cluster IAM role |
278
+
| <aname="output_cluster_security_group_id"></a> [cluster\_security\_group\_id](#output\_cluster\_security\_group\_id)| EKS Cluster Security Group ID created by Amazon EKS |
278
279
| <aname="output_cluster_version"></a> [cluster\_version](#output\_cluster\_version)| EKS Cluster K8s Version |
0 commit comments