From c24470be1e0a8204beb7f6a6d15cd039ae44f5d8 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Wed, 4 Dec 2024 09:12:37 -0600 Subject: [PATCH] chore: Expand on `CAM` acronym --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb97820a7d..18448acd6f 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ module "eks" { When enabling `authentication_mode = "API_AND_CONFIG_MAP"`, EKS will automatically create an access entry for the IAM role(s) used by managed node group(s) and Fargate profile(s). There are no additional actions required by users. For self-managed node groups and the Karpenter sub-module, this project automatically adds the access entry on behalf of users so there are no additional actions required by users. -On clusters that were created prior to CAM support, there will be an existing access entry for the cluster creator. This was previously not visible when using `aws-auth` ConfigMap, but will become visible when access entry is enabled. +On clusters that were created prior to cluster access management (CAM) support, there will be an existing access entry for the cluster creator. This was previously not visible when using `aws-auth` ConfigMap, but will become visible when access entry is enabled. ```hcl module "eks" {