Open jcotoBan opened 1 year ago
Hi thanks for filing an issue. Have you initialized the project with terraform init
successfully?
@adamiBs Sure. Yes, terraform init runs successfully.
I too had a similar issue:
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.