Skip to content
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

Open
markdjones82 opened this issue Jun 24, 2022 · 5 comments
Open

Receiving issue when trying to connect to git for AWS provider #100

markdjones82 opened this issue Jun 24, 2022 · 5 comments

Comments

@markdjones82
Copy link

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.

@davidjeddy
Copy link

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

@Ianyliu
Copy link

Ianyliu commented Nov 22, 2022

Hi @markdjones82 & @davidjeddy , I just updated my latest Docker image so that Git is installed. Please check:

docker run --rm -it -p 5000:5000 \
  -v $(pwd):/data:ro \
  --security-opt apparmor:unconfined \
  --cap-add=SYS_ADMIN \
  ianyliu/blast-radius-fork

@christrt9
Copy link

@Ianyliu I try your docker image but i get this error

exec /bin/docker-entrypoint.sh: no such file or directory

@Ianyliu
Copy link

Ianyliu commented Jan 15, 2023

@r00t9 Please try again now, I've updated the Docker image

@Ianyliu
Copy link

Ianyliu commented Aug 14, 2024

@christrt9 Were you able to get this resolved? I pushed another update to the Docker image, please let me know if it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants