We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bb082 commit c51fc27Copy full SHA for c51fc27
terraform/eks-cluster.tf
@@ -25,7 +25,7 @@ resource "aws_eks_cluster" "cluster" {
25
}
26
27
access_config {
28
- authentication_mode = "API_AND_CONFIG_MAP"
+ authentication_mode = "API"
29
bootstrap_cluster_creator_admin_permissions = false
30
31
0 commit comments