I've got a terraform project that I'm attempting t...
# general
a
I've got a terraform project that I'm attempting to convert using
tf2pulumi
but when I run it I get the output
no resource plugin '' found in the workspace or on your $PATH
Maybe @billowy-army-68599?
b
@astonishing-quill-88807 it might be a bug, what providers does the tf project use?
also, is it in modules?
a
So, this is a TF 0.12 project that I found but it relies on mongodb/mongodbatlas and hashicorp/aws
Here's the project I'm trying to convert https://github.com/guyelia/terraform-aws-mongodbatlas/
b
did you install the mongodbatlas provider locally?
a
I did
I ran the
terraform init
command in the cloned repo and verified that both providers were installed.
b
likely a bug then, unfortunately 😞 maybe try the website?
a
Yeah, the website gave me the same result.
b
unfortunately a bug then 😞 if you wouldn't mind filing an issue it'd be apprecaited
a
It's entirely possible that the bug is in the TF code, I'm just not familiar enough with how that all works these days to be able to effectively debug.