1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Correct access policy logic to support not providing a policy to associate (#3464)

This commit is contained in:
Bryant Biggs
2025-08-02 07:55:57 -05:00
committed by GitHub
parent b745952ac8
commit 39be61d702
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -408,6 +408,12 @@ module "eks" {
}
}
}
no-policy = {
kubernetes_groups = ["something"]
principal_arn = data.aws_caller_identity.current.arn
user_name = "someone"
}
}
tags = local.tags