Skip to content

Commit d4f4352

Browse files
committed
Disable
1 parent 35a476a commit d4f4352

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cluster.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ resource "aws_eks_cluster" "cluster" {
2626
}
2727

2828
access_config {
29-
authentication_mode = "API_AND_CONFIG_MAP"
30-
bootstrap_cluster_creator_admin_permissions = true
29+
authentication_mode = "API_AND_CONFIG_MAP"
3130
}
3231

3332
dynamic "encryption_config" {

0 commit comments

Comments
 (0)