We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9550359 commit 7313907Copy full SHA for 7313907
examples/eks/eks_cluster_with_security/eks.tf
@@ -34,16 +34,6 @@ module "eks" {
34
35
manage_aws_auth_configmap = true
36
37
- # # Given TF error unauthorized - aws_auth requires your IAM role to be added to the configmap, you can add it here.
38
- # # Get the arn via `aws sts get-caller-identity`
39
- # aws_auth_users = [
40
- # {
41
- # userarn = "arn:aws:iam::123456789012:user/my-username"
42
- # username = "my-username"
43
- # groups = ["system:masters"]
44
- # }
45
- # ]
46
-
47
aws_auth_roles = [
48
# Add the CAST AI IAM role which required for CAST AI nodes to join the cluster.
49
{
0 commit comments