You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_fargate_profile_roles"></a> [fargate\_profile\_roles](#input\_fargate\_profile\_roles)| (Optional) A list of ARNs of AWS IAM Roles for EKS fargate profiles. |`list(string)`|`[]`| no |
36
36
| <aname="input_map_accounts"></a> [map\_accounts](#input\_map\_accounts)| (Optional) AWS account numbers to automatically map IAM ARNs from. |`list(string)`|`[]`| no |
37
-
| <aname="input_map_roles"></a> [map\_roles](#input\_map\_roles)| (Optional) Additional mapping for IAM roles and Kubernetes RBAC. | <pre>list(object({<br/> iam_role = string<br/> username = string<br/> groups = list(string)<br/> }))</pre> |`[]`| no |
38
-
| <aname="input_map_users"></a> [map\_users](#input\_map\_users)| (Optional) Additional mapping for IAM users and Kubernetes RBAC. | <pre>list(object({<br/> iam_user = string<br/> username = string<br/> groups = list(string)<br/> }))</pre> |`[]`| no |
37
+
| <aname="input_map_roles"></a> [map\_roles](#input\_map\_roles)| (Optional) Additional mapping for IAM roles and Kubernetes RBAC. | <pre>list(object({<br/> iam_role = string<br/> username = string<br/> groups = optional(list(string), [])<br/> }))</pre> |`[]`| no |
38
+
| <aname="input_map_users"></a> [map\_users](#input\_map\_users)| (Optional) Additional mapping for IAM users and Kubernetes RBAC. | <pre>list(object({<br/> iam_user = string<br/> username = string<br/> groups = optional(list(string), [])<br/> }))</pre> |`[]`| no |
39
39
| <aname="input_node_roles"></a> [node\_roles](#input\_node\_roles)| (Optional) A list of ARNs of AWS IAM Roles for EKS node. |`list(string)`|`[]`| no |
0 commit comments