You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to generate the live graph i get an error about inconsistency between plugins installed on provider and packages on the dependency lock file.
Steps to reproduce the behavior:
CRTL+SHIFT+P
Look for Terraform Graph view and click it
See error
Expected behavior
Graph should be generated.
Screenshots
Versions (please complete the following information):
OS: macOS Monterey 12.6.1
VSCode Version: 1.76.2
Terraform Live Graph Extension for VSCode Version: v0.0.5
Terraform Version: 1.4.2
Additional context
I am using Linode provider. https://registry.terraform.io/providers/linode/linode/latest/docs. I was using latest version, but noticed the error always mentioned version 1.29.2, so i switched to that version to see if that fixed something, but still getting the error.
I deleted all .terraform* and terraform.tfstate* several times and run terraform init, but it didnt work.
The text was updated successfully, but these errors were encountered:
Unexpected error: �[31m�[31m╷�[0m�[0m �[31m│�[0m �[0m�[1m�[31mError: �[0m�[0m�[1mModule not installed�[0m �[31m│�[0m �[0m �[31m│�[0m �[0m�[0m on /../modules/_tags.tf line 2: �[31m│�[0m �[0m 2: �[4mmodule "tags"�[0m {�[0m �[31m│�[0m �[0m �[31m│�[0m �[0mThis module is not yet installed. Run "terraform init" to install all �[31m│�[0m �[0mmodules required by this configuration. �[31m╵�[0m�[0m �[0m�[0m
The module it is complaining about has been installed. I've even written a plan to json.
When i try to generate the live graph i get an error about inconsistency between plugins installed on provider and packages on the dependency lock file.
Steps to reproduce the behavior:
Expected behavior
Graph should be generated.
Screenshots
Versions (please complete the following information):
Additional context
I am using Linode provider. https://registry.terraform.io/providers/linode/linode/latest/docs. I was using latest version, but noticed the error always mentioned version 1.29.2, so i switched to that version to see if that fixed something, but still getting the error.
I deleted all .terraform* and terraform.tfstate* several times and run terraform init, but it didnt work.
The text was updated successfully, but these errors were encountered: