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
| Name | Description | Type | Default | Required |
@@ -177,6 +212,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
177
212
| cluster\_encryption\_config | Configuration block with encryption configuration for the cluster. See examples/secrets\_encryption/main.tf for example format | <pre>list(object({<br> provider_key_arn = string<br> resources = list(string)<br> }))</pre> |`[]`| no |
178
213
| cluster\_endpoint\_private\_access | Indicates whether or not the Amazon EKS private API server endpoint is enabled. |`bool`|`false`| no |
179
214
| cluster\_endpoint\_private\_access\_cidrs | List of CIDR blocks which can access the Amazon EKS private API server endpoint. |`list(string)`|`null`| no |
215
+
| cluster\_endpoint\_private\_access\_sg | List of security group IDs which can access the Amazon EKS private API server endpoint. |`list(string)`|`null`| no |
180
216
| cluster\_endpoint\_public\_access | Indicates whether or not the Amazon EKS public API server endpoint is enabled. |`bool`|`true`| no |
181
217
| 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 |
182
218
| cluster\_iam\_role\_name | IAM role name for the cluster. Only applicable if manage\_cluster\_iam\_resources is set to false. Set this to reuse an existing IAM role. |`string`|`""`| no |
@@ -268,5 +304,4 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
268
304
| workers\_launch\_template\_ids | IDs of the worker launch templates. |
269
305
| workers\_launch\_template\_latest\_versions | Latest versions of the worker launch templates. |
270
306
| workers\_user\_data | User data of worker groups |
0 commit comments