We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d4be2 commit 3f0ff61Copy full SHA for 3f0ff61
4 files changed
github/provider.go
@@ -211,6 +211,7 @@ func Provider() *schema.Provider {
211
"github_user_ssh_key": resourceGithubUserSshKey(),
212
"github_enterprise_organization": resourceGithubEnterpriseOrganization(),
213
"github_enterprise_actions_runner_group": resourceGithubActionsEnterpriseRunnerGroup(),
214
+ "github_enterprise_actions_hosted_runner": resourceGithubEnterpriseActionsHostedRunner(),
215
"github_enterprise_actions_workflow_permissions": resourceGithubEnterpriseActionsWorkflowPermissions(),
216
"github_actions_organization_workflow_permissions": resourceGithubActionsOrganizationWorkflowPermissions(),
217
"github_enterprise_security_analysis_settings": resourceGithubEnterpriseSecurityAnalysisSettings(),
0 commit comments