From a3a6d5bb42bcf7e8028f5167b9a4813aa2e228f4 Mon Sep 17 00:00:00 2001 From: nikchern Date: Tue, 26 Dec 2023 08:35:26 -0800 Subject: [PATCH] PRM-764: documentation update. (#407) --- docs/resources/cluster_eks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/cluster_eks.md b/docs/resources/cluster_eks.md index 8aa8ba48..4967ec21 100644 --- a/docs/resources/cluster_eks.md +++ b/docs/resources/cluster_eks.md @@ -140,7 +140,7 @@ Optional: - `az_subnets` (Map of String) Mutually exclusive with `azs`. Use for Static provisioning. - `azs` (List of String) Mutually exclusive with `az_subnets`. Use for Dynamic provisioning. - `encryption_config_arn` (String) -- `endpoint_access` (String) +- `endpoint_access` (String) Choose between `private`, `public`, or `private_and_public` to define how communication is established with the endpoint for the managed Kubernetes API server and your cluster. The default value is `public`. - `private_access_cidrs` (Set of String) List of CIDR blocks that define the allowed private access to the resource. Only requests originating from addresses within these CIDR blocks will be permitted to access the resource. - `public_access_cidrs` (Set of String) List of CIDR blocks that define the allowed public access to the resource. Requests originating from addresses within these CIDR blocks will be permitted to access the resource. All other addresses will be denied access. - `ssh_key_name` (String) Public SSH key to be used for the cluster nodes.