Skip to content

Conversation

@austenstone
Copy link

@austenstone austenstone commented Nov 13, 2025

Adding support for GitHub-hosted runners

Before the change?

  • No support for managing GitHub-hosted runners via Terraform
  • Organizations had to manually configure hosted runners through the GitHub web UI
  • No way to automate hosted runner lifecycle (create, update, delete) as code

After the change?

  • New github_actions_hosted_runner resource for managing GitHub-hosted runners
  • Import support for existing hosted runners
  • Comprehensive test coverage.
  • Complete documentation in website/docs/r/actions_hosted_runner.html.markdown
  • Example Terraform configuration in examples/hosted_runner/

Pull request checklist

  • Schema migrations have been created if needed (example) - N/A, this is a new resource
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • No

@github-actions github-actions bot added the Type: Feature New feature or request label Nov 13, 2025
@austenstone austenstone changed the title feat: Add GitHub Actions hosted runner resource and examples feat: Add GitHub Actions Hosted Runner resource Nov 13, 2025
@austenstone austenstone marked this pull request as ready for review November 13, 2025 22:45
@austenstone austenstone changed the title feat: Add GitHub Actions Hosted Runner resource feat: Add github_actions_hosted_runner resource Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant