Skip to content

Commit 9c177ec

Browse files
committed
feat: add github_enterprise_actions_hosted_runner
1 parent acd8678 commit 9c177ec

4 files changed

Lines changed: 1045 additions & 0 deletions

github/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ func Provider() *schema.Provider {
214214
"github_user_ssh_key": resourceGithubUserSshKey(),
215215
"github_enterprise_organization": resourceGithubEnterpriseOrganization(),
216216
"github_enterprise_actions_runner_group": resourceGithubActionsEnterpriseRunnerGroup(),
217+
"github_enterprise_actions_hosted_runner": resourceGithubEnterpriseActionsHostedRunner(),
217218
"github_enterprise_actions_workflow_permissions": resourceGithubEnterpriseActionsWorkflowPermissions(),
218219
"github_actions_organization_workflow_permissions": resourceGithubActionsOrganizationWorkflowPermissions(),
219220
"github_enterprise_security_analysis_settings": resourceGithubEnterpriseSecurityAnalysisSettings(),

0 commit comments

Comments
 (0)