-
Notifications
You must be signed in to change notification settings - Fork 99
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
No return code #157
Comments
Hello @emergrin, Would you mind sharing a bit the content of the tfstate (removing sensitive info, if any). The support from provider to provider can vary quite a bit, and so can the overall linking/grouping logic. Thanks for the help |
Thank for your reply... I can add this data: Provider: AWS
|
The main reason why this is not printed is because those are "data" resources, and we never print them as they are not infrastructure objects. And the idea behind InfraMap is to display only the relevant resources that define your infrastrucure. |
Hi all
I'm trying to test your code into my OS Ubuntu 20.04.3 and this was the response when I run the program:
$./inframap generate ~/IdeaProjects/terraform/tfstate/ad_connector.tfstate strict digraph G { }
I was try to use the version allocated into brew repository and then I was try to compile the code like it's appear into your readme. Now I have the compiler version from your git repo:
Any suggestion of what i did wrong?
Best Regards
The text was updated successfully, but these errors were encountered: