integrations / integrations/terraform-provider-github
[FEAT]: Additional Enterprise Settings support
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 8
Description
### Describe the need
Relates to: #1199
Is blocked by: #2778
As a user of the github terraform provider I need to be able to use the current Enterprise settings APIs avaiable in go-github-v67 so that I can properly manage my enterprise needs.
Details:
❓ Fork PR workflow settings - Available via WorkflowsPermissions APIs, but not in go-github v67
❓ Artifact and log retention - Available via ArtifactPeriodOpt, but not in go-github v67
❓ Repository creation by members - No REST/GraphQL API available
❓ Repository forking - No REST/GraphQL API available
❓ Outside collaborators - No REST/GraphQL API available
❓ Repository visibility change permissions - No REST/GraphQL API available
❓ Repository deletion and transfer permissions - No REST/GraphQL API available
❓ Issue deletion permissions - No REST/GraphQL API available
### SDK Version
_No response_
### API Version
_No response_
### Relevant log output
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.