Skip to content

Commit

Permalink
add enable_cluster_creator_admin_permissions=true
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Oct 14, 2024
1 parent 1ae78b8 commit c025b3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ module "eks" {
cluster_endpoint_public_access = var.cluster_api_mode == "public" ? true : false
cluster_endpoint_public_access_cidrs = local.cluster_endpoint_public_access_cidrs

# Cluster access entry
# To add the current caller identity as an administrator
enable_cluster_creator_admin_permissions = true

# AWS requires two or more subnets in different Availability Zones for your cluster's control plane.
control_plane_subnet_ids = module.vpc.control_plane_subnets
# Specifies the list of subnets in which the worker nodes of the EKS cluster will be launched.
Expand Down

0 comments on commit c025b3f

Please # to comment.