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_attach_admin_policy"></a> [attach\_admin\_policy](#input\_attach\_admin\_policy)| Enable attachment of the AdministratorAccess policy |`bool`|`false`| no |
24
-
| <aname="input_attach_read_only_policy"></a> [attach\_read\_only\_policy](#input\_attach\_read\_only\_policy)| Enable attachment of the ReadOnly policy |`bool`|`true`| no |
25
-
| <aname="input_create_oidc_provider"></a> [create\_oidc\_provider](#input\_create\_oidc\_provider)| Enable creation of the GitLab OIDC provider |`bool`|`true`| no |
26
-
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Enable creation of resources |`bool`|`true`| no |
27
-
| <aname="input_force_detach_policies"></a> [force\_detach\_policies](#input\_force\_detach\_policies)| Force detachment of policies attached to the IAM role |`string`|`false`| no |
28
-
| <aname="input_gitlab_organisation"></a> [gitlab\_organisation](#input\_gitlab\_organisation)| GitLab organisation name |`string`|`"saidsef"`| no |
29
-
| <aname="input_gitlab_repositories"></a> [gitlab\_repositories](#input\_gitlab\_repositories)| List of GitLab repository name(s) and branche names or patterns | <pre>list(object({<br> name = string<br> branches = list(string)<br> }))</pre> | <pre>[<br> {<br> "branches": null,<br> "name": null<br> }<br>]</pre> | no |
30
-
| <aname="input_iam_role_name"></a> [iam\_role\_name](#input\_iam\_role\_name)| Name of the IAM role |`string`|`"gitlab-runner"`| no |
31
-
| <aname="input_iam_role_path"></a> [iam\_role\_path](#input\_iam\_role\_path)| Path to the IAM role |`string`|`"/"`| no |
32
-
| <aname="input_iam_role_permissions_boundary"></a> [iam\_role\_permissions\_boundary](#input\_iam\_role\_permissions\_boundary)| ARN of the permissions boundary to be used by the IAM role |`string`|`""`| no |
33
-
| <aname="input_iam_role_policy_arns"></a> [iam\_role\_policy\_arns](#input\_iam\_role\_policy\_arns)| List of IAM policy ARNs to attach to the IAM role |`list(string)`|`[]`| no |
34
-
| <aname="input_max_session_duration"></a> [max\_session\_duration](#input\_max\_session\_duration)| Maximum session duration in seconds |`number`|`3600`| no |
35
27
| <aname="input_region"></a> [region](#input\_region)| AWS Region name |`string`|`"eu-west-1"`| no |
36
-
| <aname="input_tags"></a> [tags](#input\_tags)| Map of tags to be applied to all resources |`map(string)`|`{}`| no |
37
-
| <aname="input_url"></a> [url](#input\_url)| URL of identity provider |`string`|`"gitlab.com"`| no |
0 commit comments