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

Terraform initialized in an empty directory! but directory is not empty #114

Open
eliassal opened this issue Apr 20, 2024 · 2 comments
Open

Comments

@eliassal
Copy link

Hi I have a directory as follows
image
I cd into it and run the docker command provided, I get
image

The directory is not empty. there is an initialized TF project, so what might be missing? Thanks

@Ianyliu
Copy link

Ianyliu commented Aug 14, 2024

@eliassal Are you running the Docker command in the directory where your Terraform files are in?

Since this repo hasn't been active for a while, I also published my own fork: https://github.com/Ianyliu/blast-radius-fork

Feel free to try it!

Docker command

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

@eliassal
Copy link
Author

Thanks for your help. I did visit your fork and followed your instructions by running

blast-radius --serve "C:\Projects\...........\Terraform - Full Course\weatherapi"

it runs then I choose Firefox, I get a page with python code as follows (not sure what should I do to have the image insttead of code)

image

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

2 participants