|
3 | 3 | page_title: "gitlab_project_mirror Resource - terraform-provider-gitlab"
|
4 | 4 | subcategory: ""
|
5 | 5 | description: |-
|
6 |
| - This resource allows you to add a mirror target for the repository, all changes will be synced to the remote target. |
7 |
| - -> This is for pushing changes to a remote repository. Pull Mirroring can be configured using a combination of the |
8 |
| - import_url, mirror, and mirror_trigger_builds properties on the gitlab_project resource. |
9 |
| - For further information on mirroring, consult the |
10 |
| - gitlab documentation https://docs.gitlab.com/ee/user/project/repository/repository_mirroring.html#repository-mirroring. |
| 6 | + The gitlab_project_mirror resource allows to manage the lifecycle of a project mirror. |
| 7 | + This is for pushing changes to a remote repository. Pull Mirroring can be configured using a combination of the |
| 8 | + importurl, mirror, and mirrortriggerbuilds properties on the gitlabproject resource. |
| 9 | + Upstream API: GitLab REST API docs https://docs.gitlab.com/ee/api/remote_mirrors.html |
11 | 10 | ---
|
12 | 11 |
|
13 | 12 | # gitlab_project_mirror (Resource)
|
14 | 13 |
|
15 |
| -This resource allows you to add a mirror target for the repository, all changes will be synced to the remote target. |
| 14 | +The `gitlab_project_mirror` resource allows to manage the lifecycle of a project mirror. |
16 | 15 |
|
17 |
| --> This is for *pushing* changes to a remote repository. *Pull Mirroring* can be configured using a combination of the |
18 |
| -`import_url`, `mirror`, and `mirror_trigger_builds` properties on the `gitlab_project` resource. |
| 16 | +This is for *pushing* changes to a remote repository. *Pull Mirroring* can be configured using a combination of the |
| 17 | +import_url, mirror, and mirror_trigger_builds properties on the gitlab_project resource. |
19 | 18 |
|
20 |
| -For further information on mirroring, consult the |
21 |
| -[gitlab documentation](https://docs.gitlab.com/ee/user/project/repository/repository_mirroring.html#repository-mirroring). |
| 19 | +**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/remote_mirrors.html) |
22 | 20 |
|
23 | 21 | ## Example Usage
|
24 | 22 |
|
|
0 commit comments