-
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
When using with an AWS project, diagram is blank. #101
Comments
Actually I get this error in terminal |
@chongma Try it by |
I have also just experienced this problem. I'm running an S3 backend for my remote state. Any clarification would be appreciated. |
@thecodekitchen
|
Sure! I'll let you know how it goes.
…On Thu, Mar 23, 2023, 4:15 PM Ian Liu ***@***.***> wrote:
@thecodekitchen <https://github.com/thecodekitchen>
Could you try my fork?
https://github.com/Ianyliu/blast-radius-fork
python3 -m pip install git+https://github.com/Ianyliu/blast-radius-fork
—
Reply to this email directly, view it on GitHub
<#101 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5G7TBEFGHHE2HMK6TKTZ2DW5SVNVANCNFSM527CLINA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
So I got it to work properly, but there was an odd procedure I had to
follow. When I installed with the command you gave me and used the normal
command:
```
blast-radius --serve .
```
Instead of running the server, it opened a text file with the python code.
I just copied the code into a Python file inside a virtual environment,
installed your package there, and ran the file. From there, everything
worked fine.
…On Thu, Mar 23, 2023 at 4:15 PM Ian Liu ***@***.***> wrote:
@thecodekitchen <https://github.com/thecodekitchen>
Could you try my fork?
https://github.com/Ianyliu/blast-radius-fork
python3 -m pip install git+https://github.com/Ianyliu/blast-radius-fork
—
Reply to this email directly, view it on GitHub
<#101 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5G7TBEFGHHE2HMK6TKTZ2DW5SVNVANCNFSM527CLINA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm glad to hear it worked well for you! |
Thank you!! your fork works and is a welcomed sight in a sea of unmaintained TF visualisers. |
This tool has worked well with my other projects, but if I use it with my AWS project, the screen is blank like seen below. I can interact with my aws account with terraform and cli just fine and I know I can reach the state file. Any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered: