Skip to content
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

Support the vscode terraform extension #103

Closed
davearata opened this issue Sep 3, 2019 · 1 comment
Closed

Support the vscode terraform extension #103

davearata opened this issue Sep 3, 2019 · 1 comment

Comments

@davearata
Copy link

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 named GetSchema. 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

"/home/davidarata/.vscode/extensions/mauve.terraform-1.4.0/lspbin"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-alicloud_v1.55.2_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-archive_v1.2.2_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-aws_v2.26.0_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-azurerm_v1.33.1_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-external_v1.2.0_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-google_v2.14.0_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-helm_v0.10.2_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-kubernetes_v1.9.0_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-null_v2.1.2_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-random_v2.2.0_x4"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-template_v2.1.2_x4"
2019/09/03 07:36:30 [DEBUG] checking for provider in "/home/davidarata/.terraform.d/plugins"
2019/09/03 07:36:30 [DEBUG] checking for provider in "/home/davidarata/.terraform.d/plugins/linux_amd64"
2019/09/03 07:36:30 [DEBUG] found provider "terraform-provider-mongodbatlas_v1.1.0"
2019-09-03T07:36:30.263-0400 [INFO]  plugin: configuring client automatic mTLS
2019-09-03T07:36:30.260-0400 [DEBUG] plugin: starting plugin: path=/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0 args=[/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0]
2019-09-03T07:36:30.302-0400 [DEBUG] plugin: plugin started: path=/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0 pid=1429
2019-09-03T07:36:30.302-0400 [DEBUG] plugin: waiting for RPC address: path=/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0
2019-09-03T07:36:30.365-0400 [INFO]  plugin.terraform-provider-mongodbatlas_v1.1.0: configuring server automatic mTLS: timestamp=2019-09-03T07:36:30.364-0400
2019-09-03T07:36:30.460-0400 [DEBUG] plugin: starting plugin: path=/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0 args=[/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0]
2019-09-03T07:36:30.461-0400 [DEBUG] plugin: plugin started: path=/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0 pid=1438
2019-09-03T07:36:30.461-0400 [DEBUG] plugin: waiting for RPC address: path=/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0
2019-09-03T07:36:30.526-0400 [INFO]  plugin.terraform-provider-mongodbatlas_v1.1.0: configuring server automatic mTLS: timestamp=2019-09-03T07:36:30.526-0400
2019-09-03T07:36:30.551-0400 [DEBUG] plugin.terraform-provider-mongodbatlas_v1.1.0: plugin address: address=/tmp/plugin080033319 network=unix timestamp=2019-09-03T07:36:30.551-0400
2019-09-03T07:36:30.551-0400 [DEBUG] plugin: using plugin: version=5
2019/09/03 07:36:30 [TRACE] GRPCProvider: GetSchema
2019-09-03T07:36:30.740-0400 [DEBUG] plugin: using plugin: version=5
2019/09/03 07:36:30 [TRACE] GRPCProvider: GetSchema
2019-09-03T07:36:30.741-0400 [DEBUG] plugin.terraform-provider-mongodbatlas_v1.1.0: plugin address: address=/tmp/plugin791197511 network=unix timestamp=2019-09-03T07:36:30.740-0400
2019-09-03T07:36:30.945-0400 [DEBUG] plugin: plugin process exited: path=/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0 pid=1429
2019-09-03T07:36:30.952-0400 [DEBUG] plugin: plugin exited
2019-09-03T07:36:31.116-0400 [DEBUG] plugin: plugin process exited: path=/home/davidarata/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v1.1.0 pid=1438
2019-09-03T07:36:31.116-0400 [DEBUG] plugin: plugin exited
@davearata
Copy link
Author

It seems this repo is deprecated. I posted this issue in the new repo here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant