integrations / integrations/terraform-provider-github
[FEAT]: Data source for creating a remove token for self-hosted runners
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 8
Description
### Describe the need
As there is already a [data source(github_actions_organization_registration_token)](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/actions_organization_registration_token) to create a token for registration of a self-hosted runner, it would make sense to have a token to properly remove them as well.
This would correspond to [this api endpoint](https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners?apiVersion=2022-11-28#create-a-remove-token-for-an-organization).
### 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.