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