-
Notifications
You must be signed in to change notification settings - Fork 948
[FEAT]: Support managing enterprise Actions runner groups #1482
Copy link
Copy link
Closed
Labels
Status: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: FeatureNew feature or requestNew feature or requesthacktoberfestIssues for participation in HacktoberfestIssues for participation in Hacktoberfest
Description
Describe the need
I would like to be able to manage Actions runner groups for my Enterprise, using the resources created in #1477
resource "github_enterprise_organization" "example" {
enterprise_id = data.github_enterprise.example.id
name = "example-org"
}
resource "github_enterprise_actions_runner_group" "example" {
name = "Example runners"
visibility = "all"
allows_public_repositories = true
selected_organization_ids = [github_enterprise_organization.example.id]
}SDK Version
No response
API Version
No response
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: FeatureNew feature or requestNew feature or requesthacktoberfestIssues for participation in HacktoberfestIssues for participation in Hacktoberfest
Type
Projects
Status
✅ Done