Skip to content

Commit

Permalink
Update eks-cluster.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber authored Jan 31, 2024
1 parent 25d1ec1 commit 65191a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_eks_cluster" "cluster" {

access_config {
authentication_mode = "API_AND_CONFIG_MAP"
bootstrap_cluster_creator_admin_permissions = true
bootstrap_cluster_creator_admin_permissions = false
}

kubernetes_network_config {
Expand Down

0 comments on commit 65191a4

Please sign in to comment.