Skip to content

Commit

Permalink
Adding creation of admin cluster permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Jul 1, 2024
1 parent b0c5725 commit 24d698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/prod/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "eks" {
cluster_ip_family = "ipv4"
# create_cni_ipv6_iam_policy = true

# enable_cluster_creator_admin_permissions = true
enable_cluster_creator_admin_permissions = true

# https://docs.aws.amazon.com/eks/latest/userguide/grant-k8s-access.html
# https://fixit-xdu.medium.com/aws-eks-access-entry-4a7e25ed6c3a
Expand Down

0 comments on commit 24d698c

Please sign in to comment.