Skip to content

Commit

Permalink
Setting default value for cluster_creator_admin_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
William authored and William committed Nov 19, 2024
1 parent 9dbc4fc commit 2060ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cluster/modules/eks-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_eks_cluster" "this" {

access_config {
authentication_mode = var.auth_mode
bootstrap_cluster_creator_admin_permissions = true
bootstrap_cluster_creator_admin_permissions = false
}

vpc_config {
Expand Down

0 comments on commit 2060ce2

Please sign in to comment.