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_name"></a> [name](#input\_name)| Desired name of the IAM role for EKS service accounts. |`string`| n/a | yes |
40
40
| <aname="input_oidc_provider_urls"></a> [oidc\_provider\_urls](#input\_oidc\_provider\_urls)| A list of URLs of OIDC identity providers. |`list(string)`| n/a | yes |
41
+
| <aname="input_assumable_roles"></a> [assumable\_roles](#input\_assumable\_roles)| List of IAM roles ARNs which can be assumed by the role. |`list(string)`|`[]`| no |
41
42
| <aname="input_conditions"></a> [conditions](#input\_conditions)| Required conditions to assume the role. | <pre>list(object({<br> key = string<br> condition = string<br> values = list(string)<br> }))</pre> |`[]`| no |
42
43
| <aname="input_description"></a> [description](#input\_description)| The description of the role. |`string`|`""`| no |
43
44
| <aname="input_effective_date"></a> [effective\_date](#input\_effective\_date)| Allow to assume IAM role only after a specific date and time. |`string`|`null`| no |
@@ -66,6 +67,7 @@ This module creates following resources.
66
67
| Name | Description |
67
68
|------|-------------|
68
69
| <aname="output_arn"></a> [arn](#output\_arn)| The ARN assigned by AWS for this role. |
70
+
| <aname="output_assumable_roles"></a> [assumable\_roles](#output\_assumable\_roles)| List of ARNs of IAM roles which members of IAM role can assume. |
69
71
| <aname="output_description"></a> [description](#output\_description)| The description of the role. |
70
72
| <aname="output_effective_date"></a> [effective\_date](#output\_effective\_date)| Allow to assume IAM role only after this date and time. |
71
73
| <aname="output_expiration_date"></a> [expiration\_date](#output\_expiration\_date)| Allow to assume IAM role only before this date and time. |
0 commit comments