Closed Genaker closed 4 years ago
git+ssh is used because it works for both public and private repositories.
Closing this issue.
Ok, sound good
On Sun, May 10, 2020 at 4:00 AM Anton Babenko notifications@github.com wrote:
git+ssh is used because it works for both public and private repositories.
Closing this issue.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/antonbabenko/modules.tf-lambda/issues/41#issuecomment-626309784, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGJNZUXJP5ME6HASLINVS3RQ2CODANCNFSM4M474RMA .
The current implementation needs to add SSH_Keys to the Git. It is additional configuration.
Change of all source properties in .hcl files from:
fixes this problem
Maybe it is possible to use https as the default git method?