Skip to content

Commit f0c3d2d

Browse files
committed
feat: add github_enterprise_actions_hosted_runner
1 parent d5dee20 commit f0c3d2d

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
@@ -205,6 +205,7 @@ func Provider() *schema.Provider {
205205
"github_user_ssh_key": resourceGithubUserSshKey(),
206206
"github_enterprise_organization": resourceGithubEnterpriseOrganization(),
207207
"github_enterprise_actions_runner_group": resourceGithubActionsEnterpriseRunnerGroup(),
208+
"github_enterprise_actions_hosted_runner": resourceGithubEnterpriseActionsHostedRunner(),
208209
"github_enterprise_actions_workflow_permissions": resourceGithubEnterpriseActionsWorkflowPermissions(),
209210
"github_enterprise_security_analysis_settings": resourceGithubEnterpriseSecurityAnalysisSettings(),
210211
"github_workflow_repository_permissions": resourceGithubWorkflowRepositoryPermissions(),

0 commit comments

Comments
 (0)