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
|[aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones)| data source |
48
+
49
+
## Inputs
50
+
51
+
No inputs.
52
+
53
+
## Outputs
54
+
55
+
| Name | Description |
56
+
|------|-------------|
57
+
| <aname="output_access_entries"></a> [access\_entries](#output\_access\_entries)| Map of access entries created and their attributes |
58
+
| <aname="output_cloudwatch_log_group_arn"></a> [cloudwatch\_log\_group\_arn](#output\_cloudwatch\_log\_group\_arn)| Arn of cloudwatch log group created |
59
+
| <aname="output_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#output\_cloudwatch\_log\_group\_name)| Name of cloudwatch log group created |
60
+
| <aname="output_cluster_addons"></a> [cluster\_addons](#output\_cluster\_addons)| Map of attribute maps for all EKS cluster addons enabled |
61
+
| <aname="output_cluster_arn"></a> [cluster\_arn](#output\_cluster\_arn)| The Amazon Resource Name (ARN) of the cluster |
62
+
| <aname="output_cluster_certificate_authority_data"></a> [cluster\_certificate\_authority\_data](#output\_cluster\_certificate\_authority\_data)| Base64 encoded certificate data required to communicate with the cluster |
63
+
| <aname="output_cluster_dualstack_oidc_issuer_url"></a> [cluster\_dualstack\_oidc\_issuer\_url](#output\_cluster\_dualstack\_oidc\_issuer\_url)| Dual-stack compatible URL on the EKS cluster for the OpenID Connect identity provider |
64
+
| <aname="output_cluster_endpoint"></a> [cluster\_endpoint](#output\_cluster\_endpoint)| Endpoint for your Kubernetes API server |
65
+
| <aname="output_cluster_iam_role_arn"></a> [cluster\_iam\_role\_arn](#output\_cluster\_iam\_role\_arn)| IAM role ARN of the EKS cluster |
66
+
| <aname="output_cluster_iam_role_name"></a> [cluster\_iam\_role\_name](#output\_cluster\_iam\_role\_name)| IAM role name of the EKS cluster |
67
+
| <aname="output_cluster_iam_role_unique_id"></a> [cluster\_iam\_role\_unique\_id](#output\_cluster\_iam\_role\_unique\_id)| Stable and unique string identifying the IAM role |
68
+
| <aname="output_cluster_id"></a> [cluster\_id](#output\_cluster\_id)| The ID of the EKS cluster. Note: currently a value is returned only for local EKS clusters created on Outposts |
69
+
| <aname="output_cluster_identity_providers"></a> [cluster\_identity\_providers](#output\_cluster\_identity\_providers)| Map of attribute maps for all EKS identity providers enabled |
70
+
| <aname="output_cluster_ip_family"></a> [cluster\_ip\_family](#output\_cluster\_ip\_family)| The IP family used by the cluster (e.g. `ipv4` or `ipv6`) |
71
+
| <aname="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name)| The name of the EKS cluster |
72
+
| <aname="output_cluster_oidc_issuer_url"></a> [cluster\_oidc\_issuer\_url](#output\_cluster\_oidc\_issuer\_url)| The URL on the EKS cluster for the OpenID Connect identity provider |
73
+
| <aname="output_cluster_platform_version"></a> [cluster\_platform\_version](#output\_cluster\_platform\_version)| Platform version for the cluster |
74
+
| <aname="output_cluster_primary_security_group_id"></a> [cluster\_primary\_security\_group\_id](#output\_cluster\_primary\_security\_group\_id)| Cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication. Referred to as 'Cluster security group' in the EKS console |
75
+
| <aname="output_cluster_security_group_arn"></a> [cluster\_security\_group\_arn](#output\_cluster\_security\_group\_arn)| Amazon Resource Name (ARN) of the cluster security group |
76
+
| <aname="output_cluster_security_group_id"></a> [cluster\_security\_group\_id](#output\_cluster\_security\_group\_id)| ID of the cluster security group |
77
+
| <aname="output_cluster_service_cidr"></a> [cluster\_service\_cidr](#output\_cluster\_service\_cidr)| The CIDR block where Kubernetes pod and service IP addresses are assigned from |
78
+
| <aname="output_cluster_status"></a> [cluster\_status](#output\_cluster\_status)| Status of the EKS cluster. One of `CREATING`, `ACTIVE`, `DELETING`, `FAILED`|
79
+
| <aname="output_cluster_tls_certificate_sha1_fingerprint"></a> [cluster\_tls\_certificate\_sha1\_fingerprint](#output\_cluster\_tls\_certificate\_sha1\_fingerprint)| The SHA1 fingerprint of the public key of the cluster's certificate |
80
+
| <aname="output_eks_managed_node_groups"></a> [eks\_managed\_node\_groups](#output\_eks\_managed\_node\_groups)| Map of attribute maps for all EKS managed node groups created |
81
+
| <aname="output_eks_managed_node_groups_autoscaling_group_names"></a> [eks\_managed\_node\_groups\_autoscaling\_group\_names](#output\_eks\_managed\_node\_groups\_autoscaling\_group\_names)| List of the autoscaling group names created by EKS managed node groups |
82
+
| <aname="output_fargate_profiles"></a> [fargate\_profiles](#output\_fargate\_profiles)| Map of attribute maps for all EKS Fargate Profiles created |
83
+
| <aname="output_kms_key_arn"></a> [kms\_key\_arn](#output\_kms\_key\_arn)| The Amazon Resource Name (ARN) of the key |
84
+
| <aname="output_kms_key_id"></a> [kms\_key\_id](#output\_kms\_key\_id)| The globally unique identifier for the key |
85
+
| <aname="output_kms_key_policy"></a> [kms\_key\_policy](#output\_kms\_key\_policy)| The IAM resource policy set on the key |
86
+
| <aname="output_node_security_group_arn"></a> [node\_security\_group\_arn](#output\_node\_security\_group\_arn)| Amazon Resource Name (ARN) of the node shared security group |
87
+
| <aname="output_node_security_group_id"></a> [node\_security\_group\_id](#output\_node\_security\_group\_id)| ID of the node shared security group |
88
+
| <aname="output_oidc_provider"></a> [oidc\_provider](#output\_oidc\_provider)| The OpenID Connect identity provider (issuer URL without leading `https://`) |
89
+
| <aname="output_oidc_provider_arn"></a> [oidc\_provider\_arn](#output\_oidc\_provider\_arn)| The ARN of the OIDC Provider if `enable_irsa = true`|
90
+
| <aname="output_self_managed_node_groups"></a> [self\_managed\_node\_groups](#output\_self\_managed\_node\_groups)| Map of attribute maps for all self managed node groups created |
91
+
| <aname="output_self_managed_node_groups_autoscaling_group_names"></a> [self\_managed\_node\_groups\_autoscaling\_group\_names](#output\_self\_managed\_node\_groups\_autoscaling\_group\_names)| List of the autoscaling group names created by self-managed node groups |
0 commit comments