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_create_oidc_provider"></a> [create\_oidc\_provider](#input\_create\_oidc\_provider)| Whether or not to create the associated oidc provider. If false, variable 'oidc\_provider\_arn' is required |`bool`|`true`| no |
113
113
| <aname="input_create_oidc_role"></a> [create\_oidc\_role](#input\_create\_oidc\_role)| Whether or not to create the OIDC attached role |`bool`|`true`| no |
114
-
| <aname="input_github_repositories"></a> [github\_repositories](#input\_github\_repositories)| List of GitHub organization/repository names authorized to assume the role. |`list(string)`|`[]`| no |
| <aname="input_max_session_duration"></a> [max\_session\_duration](#input\_max\_session\_duration)| Maximum session duration in seconds. |`number`|`3600`| no |
117
116
| <aname="input_oidc_role_attach_policies"></a> [oidc\_role\_attach\_policies](#input\_oidc\_role\_attach\_policies)| Attach policies to OIDC role. |`list(string)`|`[]`| no |
117
+
| <aname="input_repositories"></a> [repositories](#input\_repositories)| List of GitHub organization/repository names authorized to assume the role. |`list(string)`|`[]`| no |
118
118
| <aname="input_role_description"></a> [role\_description](#input\_role\_description)| (Optional) Description of the role. |`string`|`"Role assumed by the GitHub OIDC provider."`| no |
119
119
| <aname="input_role_name"></a> [role\_name](#input\_role\_name)| (Optional, Forces new resource) Friendly name of the role. |`string`|`"github-oidc-provider-aws"`| no |
120
120
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to all resources |`map(string)`|`{}`| no |
0 commit comments