Skip to content

Commit

Permalink
This is required to match previous functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Stacy Horton committed Jul 19, 2024
1 parent 1c8e3c3 commit fdf968b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odc_eks/modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resource "aws_eks_cluster" "eks" {

access_config {
authentication_mode = "API_AND_CONFIG_MAP"
bootstrap_cluster_creator_admin_permissions = true
}

depends_on = [
Expand Down

0 comments on commit fdf968b

Please sign in to comment.