Skip to content

Commit 2df6d59

Browse files
fix: add github_user_ssh_signing_key to provider.go
1 parent a131de4 commit 2df6d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ func Provider() *schema.Provider {
193193
"github_user_gpg_key": resourceGithubUserGpgKey(),
194194
"github_user_invitation_accepter": resourceGithubUserInvitationAccepter(),
195195
"github_user_ssh_key": resourceGithubUserSshKey(),
196+
"github_user_ssh_signing_key": resourceGithubUserSshSigningKey(),
196197
"github_enterprise_organization": resourceGithubEnterpriseOrganization(),
197198
"github_enterprise_actions_runner_group": resourceGithubActionsEnterpriseRunnerGroup(),
198199
},

0 commit comments

Comments
 (0)