Skip to content

Commit 3f0ff61

Browse files
committed
feat: add github_enterprise_actions_hosted_runner
1 parent 22d4be2 commit 3f0ff61

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
@@ -211,6 +211,7 @@ func Provider() *schema.Provider {
211211
"github_user_ssh_key": resourceGithubUserSshKey(),
212212
"github_enterprise_organization": resourceGithubEnterpriseOrganization(),
213213
"github_enterprise_actions_runner_group": resourceGithubActionsEnterpriseRunnerGroup(),
214+
"github_enterprise_actions_hosted_runner": resourceGithubEnterpriseActionsHostedRunner(),
214215
"github_enterprise_actions_workflow_permissions": resourceGithubEnterpriseActionsWorkflowPermissions(),
215216
"github_actions_organization_workflow_permissions": resourceGithubActionsOrganizationWorkflowPermissions(),
216217
"github_enterprise_security_analysis_settings": resourceGithubEnterpriseSecurityAnalysisSettings(),

0 commit comments

Comments
 (0)