Skip to content

Commit 7313907

Browse files
author
Arnas Navašinskas
committed
Remove unnecessary comments
1 parent 9550359 commit 7313907

File tree

1 file changed

+0
-10
lines changed
  • examples/eks/eks_cluster_with_security

1 file changed

+0
-10
lines changed

examples/eks/eks_cluster_with_security/eks.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ module "eks" {
3434

3535
manage_aws_auth_configmap = true
3636

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-
4737
aws_auth_roles = [
4838
# Add the CAST AI IAM role which required for CAST AI nodes to join the cluster.
4939
{

0 commit comments

Comments
 (0)