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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,8 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
219
219
| cluster\_iam\_role\_name | IAM role name of the EKS cluster. |
220
220
| cluster\_id | The name/id of the EKS cluster. |
221
221
| cluster\_oidc\_issuer\_url | The URL on the EKS cluster OIDC Issuer |
222
-
| cluster\_security\_group\_id | Security group ID attached to the EKS cluster. |
222
+
| cluster\_primary\_security\_group\_id | The cluster primary security group ID created by the EKS cluster on 1.14 or later. Referred to as 'Cluster security group' in the EKS console. |
223
+
| cluster\_security\_group\_id | Security group ID attached to the EKS cluster. On 1.14 or later, this is the 'Additional security groups' in the EKS console. |
223
224
| cluster\_version | The Kubernetes server version for the EKS cluster. |
224
225
| config\_map\_aws\_auth | A kubernetes configuration to authenticate to this EKS cluster. |
225
226
| kubeconfig | kubectl config file contents for this EKS cluster. |
description="The cluster primary security group ID created by the EKS cluster on 1.14 or later. Referred to as 'Cluster security group' in the EKS console."
0 commit comments