New Data Source for protected tags

New Data Source

I'm missing a data source to retrieve details about all the protected tags of a given project.

I'm looking for something completely similar to the data source gitlab_projects_protected_branches, but that relates to the protected tags of a project. It could be used like this :

data "gitlab_project_protected_tags" "tag_protection" {
    project = 1234
}

Related GitLab APIs

API documentation:

Additional Details

Edited by Etienne Lacheré