https://pulumi.com logo
a

astonishing-quill-88807

10/25/2021, 6:57 PM
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

billowy-army-68599

10/25/2021, 8:04 PM
@astonishing-quill-88807 it might be a bug, what providers does the tf project use?
also, is it in modules?
a

astonishing-quill-88807

10/25/2021, 8:05 PM
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

billowy-army-68599

10/25/2021, 8:21 PM
did you install the mongodbatlas provider locally?
a

astonishing-quill-88807

10/25/2021, 8:40 PM
I did
I ran the
terraform init
command in the cloned repo and verified that both providers were installed.
b

billowy-army-68599

10/25/2021, 9:10 PM
likely a bug then, unfortunately 😞 maybe try the website?
a

astonishing-quill-88807

10/25/2021, 9:16 PM
Yeah, the website gave me the same result.
b

billowy-army-68599

10/25/2021, 9:21 PM
unfortunately a bug then 😞 if you wouldn't mind filing an issue it'd be apprecaited
a

astonishing-quill-88807

10/25/2021, 9:26 PM
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.