Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed May 7, 2024
1 parent 5268f7c commit 712b9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| cluster\_timeouts | Create, update, and delete timeout configurations for the cluster | `map(string)` | `{}` | no |
| create\_schedule | Determines whether to create autoscaling group schedule or not | `bool` | `true` | no |
| eks\_additional\_security\_group\_ids | EKS additional security group id | `list(string)` | `[]` | no |
| eks\_tags | Additional tags for EKS Cluster only. | `map(any)` | `{}` | no |
| enabled | Whether to create the resources. Set to `false` to prevent the module from creating any resources. | `bool` | `true` | no |
| enabled\_cluster\_log\_types | A list of the desired control plane logging to enable. For more information, see https://docs.aws.amazon.com/en_us/eks/latest/userguide/control-plane-logs.html. Possible values [`api`, `audit`, `authenticator`, `controllerManager`, `scheduler`]. | `list(string)` | <pre>[<br> "api",<br> "audit",<br> "authenticator",<br> "controllerManager",<br> "scheduler"<br>]</pre> | no |
| endpoint\_private\_access | Indicates whether or not the Amazon EKS private API server endpoint is enabled. Default to AWS EKS resource and it is false. | `bool` | `true` | no |
Expand Down

0 comments on commit 712b9af

Please sign in to comment.