terraform-provider-github
terraform-provider-github copied to clipboard
feat: add github_user_ssh_signing_key
Resolves #2365
Resolves #1917
Before the change?
- managing ssh signing keys was not possible
After the change?
- managing ssh signing keys is possible with
github_user_ssh_signing_keyresource - the resource is equal to the existing
github_user_ssh_keyresource that manages ssh auth keys
Pull request checklist
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been reviewed and added / updated if needed (for bug fixes / features)
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
- [ ] Yes
- [x] No
@simonostendorf can you please link to the new doc you created in the github.erb file so it's discoverable?
@simonostendorf can you please link to the new doc you created in the
github.erbfile so it's discoverable?
@kfcampbell sorry forgot that. I added it now.
#1917 should perhaps be formally linked to this PR as well since it appears equivalent to #2365
@kfcampbell hey, can we get this merged?
Would love to see this merged