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_service_slack Resource - terraform-provider-gitlab"
4
4
subcategory : " "
5
5
description : |-
6
- This resource allows you to manage Slack notifications integration.
6
+ The gitlab_service_slack resource allows to manage the lifecycle of a project integration with Slack.
7
+ Upstream API: GitLab REST API docs https://docs.gitlab.com/ee/api/integrations.html#slack-notifications
7
8
---
8
9
9
10
# gitlab_service_slack (Resource)
10
11
11
- This resource allows you to manage Slack notifications integration.
12
+ The ` gitlab_service_slack ` resource allows to manage the lifecycle of a project integration with Slack.
13
+
14
+ ** Upstream API** : [ GitLab REST API docs] ( https://docs.gitlab.com/ee/api/integrations.html#slack-notifications )
12
15
13
16
## Example Usage
14
17
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ import (
11
11
12
12
var _ = registerResource ("gitlab_service_slack" , func () * schema.Resource {
13
13
return & schema.Resource {
14
- Description : "This resource allows you to manage Slack notifications integration." ,
14
+ Description : `The ` + "`gitlab_service_slack`" + ` resource allows to manage the lifecycle of a project integration with Slack.
15
+
16
+ **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/integrations.html#slack-notifications)` ,
15
17
16
18
CreateContext : resourceGitlabServiceSlackCreate ,
17
19
ReadContext : resourceGitlabServiceSlackRead ,
You can’t perform that action at this time.
0 commit comments