Terraform EKS module: create aws auth configmap

From wikieduonline
Revision as of 16:52, 24 October 2023 by Welcome (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 create_aws_auth_configmap = yes

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/examples/complete/main.tf

 # Create a new cluster where both an identity provider and Fargate profile is created
 # will result in conflicts since only one can take place at a time
 # # OIDC Identity provider
 # cluster_identity_providers = {
 #   sts = {
 #     client_id = "sts.amazonaws.com"
 #   }
 # }

 # aws-auth configmap
 manage_aws_auth_configmap = true

Errors[edit]

Related[edit]

See also[edit]

Advertising: