mrolla / terraform-provider-circleci

Terraform provider for CircleCI
MIT License
96 stars 37 forks source link

feature: Checkout Key Management #123

Open nairb774 opened 2 years ago

nairb774 commented 2 years ago

Would there be interest in adding a resource for managing a project's "checkout key"? There looks to be APIs for get, create, and delete.

We would have a use for this when combined with the Github provider to manage distribution of the keys. If this could be interesting, I would be happy to try to pull a PR together.

ViktorLindgren95 commented 1 year ago

Would be great, would make handling cross dependencies with deploy keys a lot easier

kelvintaywl commented 1 year ago

hi @nairb774 @ViktorLindgren95

I've recently added support for checkout keys in my Terraform provider for CircleCI, amongst many other resources. Hopefully, this can help you 🤓