terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Feature request: Set multiple issue labels for repository

Open parviste-fortum opened this issue 2 years ago • 0 comments

We manage a quite large number of github repositories through terraform. We want to ensure that all the repositories have the same issue labels. Currently, for each repo, we have to loop over each label, and create a github_issue_label. This is slowing down the terraform apply by a lot, since the state of each label has to be checked individually.

It would be much more efficient for us if we could have a single resource that set multiple issue labels at once.

parviste-fortum avatar Aug 02 '22 09:08 parviste-fortum