antonbabenko / modules.tf-lambda

Infrastructure as code generator - from visual diagrams created with Cloudcraft.co to Terraform
https://www.cloudcraft.co/
MIT License
350 stars 56 forks source link

Transformer modules Git clone issue #41

Closed Genaker closed 4 years ago

Genaker commented 4 years ago

The current implementation needs to add SSH_Keys to the Git. It is additional configuration.

Change of all source properties in .hcl files from:

terraform {
source = "git::git@github.com:terraform-aws-modules/terraform-aws-autoscaling.git?ref=v3.4.0"
to:
source = "git::https://github.com/terraform-aws-modules/terraform-aws-autoscaling.git?ref=v3.4.0"
}

fixes this problem

Maybe it is possible to use https as the default git method?

antonbabenko commented 4 years ago

git+ssh is used because it works for both public and private repositories.

Closing this issue.

Genaker commented 4 years ago

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 .