diff --git a/k8s/eks.tf b/k8s/eks.tf index 89cddd0..ee69d0c 100644 --- a/k8s/eks.tf +++ b/k8s/eks.tf @@ -78,6 +78,10 @@ module "eks" { cluster_name = "cloud-dev-infra" cluster_version = "1.29" + # Indicates whether or not the Amazon EKS private API server endpoint is enabled + cluster_endpoint_private_access = true + + # Indicates whether or not the Amazon EKS public API server endpoint is enabled cluster_endpoint_public_access = true cluster_endpoint_public_access_cidrs = var.cluster_endpoint_public_access_cidrs