File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
page_title : " gitlab_project_share_group Resource - terraform-provider-gitlab"
4
4
subcategory : " "
5
5
description : |-
6
- This resource allows you to share a project with a group
6
+ The gitlab_project_share_group resource allows to manage the lifecycle of project shared with a group.
7
+ Upstream API: GitLab REST API docs https://docs.gitlab.com/ee/api/projects.html#share-project-with-group
7
8
---
8
9
9
10
# gitlab_project_share_group (Resource)
10
11
11
- This resource allows you to share a project with a group
12
+ The ` gitlab_project_share_group ` resource allows to manage the lifecycle of project shared with a group.
13
+
14
+ ** Upstream API** : [ GitLab REST API docs] ( https://docs.gitlab.com/ee/api/projects.html#share-project-with-group )
12
15
13
16
## Example Usage
14
17
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ import (
14
14
15
15
var _ = registerResource ("gitlab_project_share_group" , func () * schema.Resource {
16
16
return & schema.Resource {
17
- Description : "This resource allows you to share a project with a group" ,
17
+ Description : `The ` + "`" + `gitlab_project_share_group` + "`" + ` resource allows to manage the lifecycle of project shared with a group.
18
+
19
+ **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/projects.html#share-project-with-group)` ,
18
20
19
21
CreateContext : resourceGitlabProjectShareGroupCreate ,
20
22
ReadContext : resourceGitlabProjectShareGroupRead ,
You can’t perform that action at this time.
0 commit comments