Skip to content

Commit c51fc27

Browse files
authored
Move eks configuration to API auth mode only
1 parent 90bb082 commit c51fc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/eks-cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "aws_eks_cluster" "cluster" {
2525
}
2626

2727
access_config {
28-
authentication_mode = "API_AND_CONFIG_MAP"
28+
authentication_mode = "API"
2929
bootstrap_cluster_creator_admin_permissions = false
3030
}
3131

0 commit comments

Comments
 (0)