|
3 | 3 | page_title: "gitlab_project_variable Resource - terraform-provider-gitlab"
|
4 | 4 | subcategory: ""
|
5 | 5 | description: |-
|
6 |
| - This resource allows you to create and manage CI/CD variables for your GitLab projects. |
7 |
| - For further information on variables, consult the gitlab |
8 |
| - documentation https://docs.gitlab.com/ce/ci/variables/README.html#variables. |
9 |
| - ~> Important: If your GitLab version is older than 13.4, you may see nondeterministic behavior |
10 |
| - when updating or deleting gitlab_project_variable resources with non-unique keys, for example if |
11 |
| - there is another variable with the same key and different environment scope. See |
12 |
| - this GitLab issue https://gitlab.com/gitlab-org/gitlab/-/issues/9912. |
| 6 | + The gitlab_project_variable resource allows to manage the lifecycle of a CI/CD variable for a project. |
| 7 | + ~> Important: If your GitLab version is older than 13.4, you may see nondeterministic behavior when updating or deleting gitlabprojectvariable resources with non-unique keys, for example if there is another variable with the same key and different environment scope. See this GitLab issue https://gitlab.com/gitlab-org/gitlab/-/issues/9912. |
| 8 | + Upstream API: GitLab REST API docs https://docs.gitlab.com/ee/api/project_level_variables.html |
13 | 9 | ---
|
14 | 10 |
|
15 | 11 | # gitlab_project_variable (Resource)
|
16 | 12 |
|
17 |
| -This resource allows you to create and manage CI/CD variables for your GitLab projects. |
18 |
| -For further information on variables, consult the [gitlab |
19 |
| -documentation](https://docs.gitlab.com/ce/ci/variables/README.html#variables). |
| 13 | +The `gitlab_project_variable` resource allows to manage the lifecycle of a CI/CD variable for a project. |
20 | 14 |
|
21 |
| -~> **Important:** If your GitLab version is older than 13.4, you may see nondeterministic behavior |
22 |
| -when updating or deleting `gitlab_project_variable` resources with non-unique keys, for example if |
23 |
| -there is another variable with the same key and different environment scope. See |
24 |
| -[this GitLab issue](https://gitlab.com/gitlab-org/gitlab/-/issues/9912). |
| 15 | +~> **Important:** If your GitLab version is older than 13.4, you may see nondeterministic behavior when updating or deleting gitlab_project_variable resources with non-unique keys, for example if there is another variable with the same key and different environment scope. See [this GitLab issue](https://gitlab.com/gitlab-org/gitlab/-/issues/9912). |
| 16 | + |
| 17 | +**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/project_level_variables.html) |
25 | 18 |
|
26 | 19 | ## Example Usage
|
27 | 20 |
|
|
0 commit comments