Skip to content

Commit

Permalink
Add create admin permissions to eks
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed May 3, 2024
1 parent bf26d96 commit 6d14bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/clouds/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module "eks" {
subnet_ids = module.vpc.private_subnets

cluster_endpoint_public_access = true
enable_cluster_creator_admin_permissions = true
}

module "eks_node_groups" {
Expand Down

0 comments on commit 6d14bfb

Please sign in to comment.