Skip to content

Commit

Permalink
fix: add github_user_ssh_signing_key to provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf committed Oct 16, 2024
1 parent 48e1b50 commit 711f63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ func Provider() *schema.Provider {
"github_user_gpg_key": resourceGithubUserGpgKey(),
"github_user_invitation_accepter": resourceGithubUserInvitationAccepter(),
"github_user_ssh_key": resourceGithubUserSshKey(),
"github_user_ssh_signing_key": resourceGithubUserSshSigningKey(),
"github_enterprise_organization": resourceGithubEnterpriseOrganization(),
"github_enterprise_actions_runner_group": resourceGithubActionsEnterpriseRunnerGroup(),
},
Expand Down

0 comments on commit 711f63b

Please sign in to comment.