This module creates following resources.
No modules.
Name |
Description |
Type |
Default |
Required |
fargate_profile_roles |
(Optional) A list of ARNs of AWS IAM Roles for EKS fargate profiles. |
list(string) |
[] |
no |
map_accounts |
(Optional) AWS account numbers to automatically map IAM ARNs from. |
list(string) |
[] |
no |
map_roles |
(Optional) Additional mapping for IAM roles and Kubernetes RBAC. |
list(object({ iam_role = string username = string groups = list(string) })) |
[] |
no |
map_users |
(Optional) Additional mapping for IAM users and Kubernetes RBAC. |
list(object({ iam_user = string username = string groups = list(string) })) |
[] |
no |
node_roles |
(Optional) A list of ARNs of AWS IAM Roles for EKS node. |
list(string) |
[] |
no |
Name |
Description |
config_map |
The data of kube-system/aws-auth ConfigMap. |