integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
879 stars 719 forks source link

WIP: support repository_custom_properties resource and datasource #2316

Open felixlut opened 1 month ago

felixlut commented 1 month ago

Resolves #1956 (doesn't resolve that whole issue, but contributes to it)

Custom properties are defined on an organizational level, and then applied on a repository level. This PR aims to solve the latter of those two, while the former already has a PR for it in #2107.

This is a work in progress (WIP) since the underlying sdk:s are lacking for the REST endpoints pertaining to the repository level custom properties:

If there's any progress on either of these I'll update this PR


Before the change?

After the change?

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!