The gitlab_label
resource allows to manage the lifecycle of a project label.
Upstream API: GitLab REST API docs
color
(String) The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the CSS color names.name
(String) The name of the label.project
(String) The name or id of the project to add the label to.description
(String) The description of the label.id
(String) The ID of this resource.label_id
(Number) The id of the project label.