Closed davearata closed 5 years ago
Hello @davearata, thank you for your review, I didn't find some documentation at https://github.com/mauve/vscode-terraform on how to integrate other terraform plugins, it seems to be internally so I think the best idea is posting this issue in their repo to integrate this plugin.
If you have another issue referring to the behavior of this plugin just let us know.
Originally posted here but it seems that repo is deprecated and this repo is its replacement.
The terraform extension for vscode uses a language server to provide information to the IDE. When I have this extension enabled within a project using the mongodb atlas provider I get an error in the logs. I have included below. It seems to be trying to call a function named
GetSchema
against the mongodb atlas provider and then exiting. I tried searching through the terraform-provider-mongodbatlas github repo and did not find any function namedGetSchema
. I did a similar search against the terrraform repo and it does seem to a be a function that is part of the terraform provider interface here