-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving issue when trying to connect to git for AWS provider #100
Comments
Ran into the same error but for different modules. Seems the Dockerfile does not include Git, so the embedded Terraform can not pull 3rd party modules. Given the last update to the project was 3 years ago, not sure it is still actively being worked on. I would check the list of forks for actively supported versions https://github.com/28mm/blast-radius/network/members |
Hi @markdjones82 & @davidjeddy , I just updated my latest Docker image so that Git is installed. Please check:
|
@Ianyliu I try your docker image but i get this error
|
@r00t9 Please try again now, I've updated the Docker image |
@christrt9 Were you able to get this resolved? I pushed another update to the Docker image, please let me know if it works |
Trying to run blast-radius and it errors when trying to pull down modules form git and setting variables:
Could not download module "r53_private_zone"
(.terraform/modules/tfvpc-us-west-2-devqa/modules/dns/main.tf:9) source code
from
"git::https://github.com/terraform-aws-modules/terraform-aws-route53?ref=v2.8.1":
error downloading
'https://github.com/terraform-aws-modules/terraform-aws-route53?ref=v2.8.1':
git must be available and on the PATH.
The text was updated successfully, but these errors were encountered: