mineiros-io / terraform-github-repository

A Terraform module to manage GitHub Repositories. https://github.com/
Apache License 2.0
156 stars 100 forks source link

How to use the same public key in multiple repositories #160

Open fabiogalera opened 1 year ago

fabiogalera commented 1 year ago

Trying to use the same public key in multiple repositories, but its erroring in deploy_keys.

Would be possible to reference an already created "key" ?

shinenelson commented 1 year ago

One of the cons of deploy keys on GitHub is :

Deploy keys only grant access to a single repository.


This is not a problem with this project, the underlying provider or terraform. This is a limitation with the service that GitHub provides.