mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01:00
docs: Better documentation of cluster_id output blocking (#955)
NOTES: Starting in v12.1.0 the `cluster_id` output depends on the `wait_for_cluster` null resource. This means that initialisation of the kubernetes provider will be blocked until the cluster is really ready, if the module is set to manage the aws_auth ConfigMap and user followed the typical Usage Example. kubernetes resources in the same plan do not need to depend on anything explicitly.
This commit is contained in:
@@ -224,7 +224,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
|
||||
| cluster\_endpoint | The endpoint for your EKS Kubernetes API. |
|
||||
| cluster\_iam\_role\_arn | IAM role ARN of the EKS cluster. |
|
||||
| cluster\_iam\_role\_name | IAM role name of the EKS cluster. |
|
||||
| cluster\_id | The name/id of the EKS cluster. |
|
||||
| cluster\_id | The name/id of the EKS cluster. Will block on cluster creation until the cluster is really ready |
|
||||
| cluster\_oidc\_issuer\_url | The URL on the EKS cluster OIDC Issuer |
|
||||
| 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. |
|
||||
| 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. |
|
||||
|
||||
Reference in New Issue
Block a user