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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user