We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343c55f commit 66ce7f7Copy full SHA for 66ce7f7
1 file changed
github/provider.go
@@ -209,6 +209,7 @@ func Provider() *schema.Provider {
209
"github_user_gpg_key": resourceGithubUserGpgKey(),
210
"github_user_invitation_accepter": resourceGithubUserInvitationAccepter(),
211
"github_user_ssh_key": resourceGithubUserSshKey(),
212
+ "github_user_ssh_signing_key": resourceGithubUserSshSigningKey(),
213
"github_enterprise_organization": resourceGithubEnterpriseOrganization(),
214
"github_enterprise_actions_runner_group": resourceGithubActionsEnterpriseRunnerGroup(),
215
"github_enterprise_actions_workflow_permissions": resourceGithubEnterpriseActionsWorkflowPermissions(),
0 commit comments