File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ layout: "gitlab"
3
3
page_title : " Provider: GitLab"
4
4
sidebar_current : " docs-gitlab-index"
5
5
description : |-
6
- The GitLab provider is used to interact with GitLab organization resources.
6
+ The GitLab provider is used to interact with GitLab group or user resources.
7
7
---
8
8
9
9
# GitLab Provider
10
10
11
- The GitLab provider is used to interact with GitLab organization resources.
11
+ The GitLab provider is used to interact with GitLab group or user resources.
12
12
13
- The provider allows you to manage your GitLab organization's members and teams easily.
14
13
It needs to be configured with the proper credentials before it can be used.
15
14
16
15
Use the navigation to the left to read about the available resources.
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ layout: "gitlab"
3
3
page_title : " GitLab: gitlab_project"
4
4
sidebar_current : " docs-gitlab-resource-project-x"
5
5
description : |-
6
- Creates and manages projects within Gitlab
6
+ Creates and manages projects within GitLab groups or within your user
7
7
---
8
8
9
9
# gitlab\_ project
10
10
11
11
This resource allows you to create and manage projects within your
12
- GitLab organization .
12
+ GitLab group or within your user .
13
13
14
14
15
15
## Example Usage
@@ -29,11 +29,11 @@ The following arguments are supported:
29
29
30
30
* ` name ` - (Required) The name of the project.
31
31
32
- * ` description ` - (Optional) A description of the project.
33
-
34
- * ` namespace_id ` - (Optional) The namespace to create this project in.
32
+ * ` namespace_id ` - (Optional) The namespace (group or user) of the project. Defaults to your user.
35
33
See [ ` gitlab_group ` ] ( group.html ) for an example.
36
34
35
+ * ` description ` - (Optional) A description of the project.
36
+
37
37
* ` default_branch ` - (Optional) The default branch for the project.
38
38
39
39
* ` issues_enabled ` - (Optional) Enable issue tracking for the project.
You can’t perform that action at this time.
0 commit comments