We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have a directory as follows I cd into it and run the docker command provided, I get
The directory is not empty. there is an initialized TF project, so what might be missing? Thanks
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
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)
No branches or pull requests
Hi I have a directory as follows
I cd into it and run the docker command provided, I get
The directory is not empty. there is an initialized TF project, so what might be missing? Thanks
The text was updated successfully, but these errors were encountered: