Skip to content

Commit

Permalink
Revert "Setting default value for cluster_creator_admin_permissions"
Browse files Browse the repository at this point in the history
This reverts commit 2060ce2.
  • Loading branch information
OlamideOl1 committed Nov 20, 2024
1 parent 2060ce2 commit 65ef810
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 = false
bootstrap_cluster_creator_admin_permissions = true
}

vpc_config {
Expand Down

0 comments on commit 65ef810

Please sign in to comment.