You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This resource allows you to create and manage topics that are then assignable to projects. Topics are the successors for project tags. Aside from avoiding terminology collisions with Git tags, they are more descriptive and better searchable.
7
-
For assigning topics, use the project ./project.md resource.
6
+
The gitlab_topic resource allows to manage the lifecycle of topics that are then assignable to projects.
7
+
Topics are the successors for project tags. Aside from avoiding terminology collisions with Git tags, they are more descriptive and better searchable.
8
8
~> Deleting a resource doesn't delete the corresponding topic as the GitLab API doesn't support deleting topics yet. You can set soft_destroy to true if you want the topics description to be emptied instead.
9
+
Upstream API: GitLab REST API docs for topics https://docs.gitlab.com/ee/api/topics.html
9
10
---
10
11
11
12
# gitlab_topic (Resource)
12
13
13
-
This resource allows you to create and manage topics that are then assignable to projects. Topics are the successors for project tags. Aside from avoiding terminology collisions with Git tags, they are more descriptive and better searchable.
14
+
The `gitlab_topic`resource allows to manage the lifecycle of topics that are then assignable to projects.
14
15
15
-
For assigning topics, use the [project](./project.md) resource.
16
+
Topics are the successors for project tags. Aside from avoiding terminology collisions with Git tags, they are more descriptive and better searchable.
16
17
17
18
~> Deleting a resource doesn't delete the corresponding topic as the GitLab API doesn't support deleting topics yet. You can set soft_destroy to true if you want the topics description to be emptied instead.
18
19
20
+
**Upstream API**: [GitLab REST API docs for topics](https://docs.gitlab.com/ee/api/topics.html)
Description: `This resource allows you to create and manage topics that are then assignable to projects. Topics are the successors for project tags. Aside from avoiding terminology collisions with Git tags, they are more descriptive and better searchable.
16
+
Description: `The `+"`gitlab_topic`"+` resource allows to manage the lifecycle of topics that are then assignable to projects.
17
17
18
-
For assigning topics, use the [project](./project.md) resource.
18
+
Topics are the successors for project tags. Aside from avoiding terminology collisions with Git tags, they are more descriptive and better searchable.
19
19
20
-
~> Deleting a resource doesn't delete the corresponding topic as the GitLab API doesn't support deleting topics yet. You can set soft_destroy to true if you want the topics description to be emptied instead.`,
20
+
~> Deleting a resource doesn't delete the corresponding topic as the GitLab API doesn't support deleting topics yet. You can set soft_destroy to true if you want the topics description to be emptied instead.
21
+
22
+
**Upstream API**: [GitLab REST API docs for topics](https://docs.gitlab.com/ee/api/topics.html)
0 commit comments