Skip to content

Commit 1cef42c

Browse files
committed
feat: add github_enterprise_actions_hosted_runner
1 parent 831092e commit 1cef42c

4 files changed

Lines changed: 980 additions & 0 deletions

github/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ func Provider() *schema.Provider {
209209
"github_user_ssh_key": resourceGithubUserSshKey(),
210210
"github_enterprise_organization": resourceGithubEnterpriseOrganization(),
211211
"github_enterprise_actions_runner_group": resourceGithubActionsEnterpriseRunnerGroup(),
212+
"github_enterprise_actions_hosted_runner": resourceGithubEnterpriseActionsHostedRunner(),
212213
"github_enterprise_actions_workflow_permissions": resourceGithubEnterpriseActionsWorkflowPermissions(),
213214
"github_enterprise_security_analysis_settings": resourceGithubEnterpriseSecurityAnalysisSettings(),
214215
"github_workflow_repository_permissions": resourceGithubWorkflowRepositoryPermissions(),

0 commit comments

Comments
 (0)