mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-29 21:51:51 +02:00
Add outputs for cluster role ARN and name (#290)
This enables attaching additional policies, e.g. for using encrypted volumes, to the cluster. Signed-off-by: Steffen Pingel <steffen.pingel@tasktop.com>
This commit is contained in:
committed by
Max Williams
parent
87114b0bd0
commit
d473b71024
@@ -156,6 +156,8 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
|
||||
| cluster\_certificate\_authority\_data | Nested attribute containing certificate-authority-data for your cluster. This is the base64 encoded certificate data required to communicate with your cluster. |
|
||||
| cluster\_endpoint | The endpoint for your EKS Kubernetes API. |
|
||||
| cluster\_id | The name/id of the EKS cluster. |
|
||||
| cluster\_role\_arn | IAM role ARN of the EKS cluster role. |
|
||||
| cluster\_role\_name | IAM role name of the EKS cluster role. |
|
||||
| cluster\_security\_group\_id | Security group ID attached to the EKS cluster. |
|
||||
| cluster\_version | The Kubernetes server version for the EKS cluster. |
|
||||
| config\_map\_aws\_auth | A kubernetes configuration to authenticate to this EKS cluster. |
|
||||
|
||||
Reference in New Issue
Block a user