[FEAT]: Add github_repository_topics resource #1845
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Feature
New feature or request
Describe the need
In my org we currently don't have all repos inside of Terraform, but we want to be able to control the repository topics on them to enforce certain standards. Currently setting the topics via Terraform is only possible when using the
github_repository
resource, which is too intrusive for my usecase (unless I make some magic with theignore_changes
argument).Another use-case is also that you can use this resource to set some topics from a platform prospective, while still allowing your users the freedom to add their own topics on top. See example below
There are API endpoints for doing this: https://docs.github.com/en/enterprise-server@3.10/rest/repos/repos?apiVersion=2022-11-28
I can work on it
SDK Version
No response
API Version
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: