vscode-terraform-live-graph
vscode-terraform-live-graph copied to clipboard
[BUG]: The right pane for `Terraform Live Graph` has a single square white dot at the top.
Describe the bug While using the extension, the graph view displays a small white box at the top of the view. https://github.com/adamiBs/vscode-terraform-live-graph/issues/1#issuecomment-1472407101
To Reproduce Steps to reproduce the behavior:
- Open an empty folder in VS Code.
- Activate the extension.
Expected behavior
- Some kind of relevant message.
Screenshots
Example from @crc8109
Versions (please complete the following information):
- OS: OSX 13.1
- VSCode Version: 1.76.2
- Terraform Live Graph Extension for VSCode Version 0.0.5
- Terraform Version: 1.4.0
Hi @adamiBs , any update on this issue ?
Seeing the same. Can it have something to do with having a complex tf structure with external dependencies (other repos as modules)?
Kind of, we use AWS root modules to create tf resources in AWS, so we basically we copy the required files and keep it in folder and we use that folder as a module.