Someone knows about this error? ```error: no resou...
# general
b
Someone knows about this error?
Copy code
error: no resource plugin 'opennebula' found in the workspace or on your $PATH
g
When are you getting this message? what command or operation are you doing?
b
When im trying to convert my project from Terraform to Pulumi " tf2pulumi < main.tf > index.ts "
g
I don't believe Pulumi has support for opennebula, so you won't be able to use that provider unless you create a pulumi version of it too.
But you should be able to avoid that error with the
--allow-missing-plugins
flag to
tf2pulumi
.
b
that's how I did it but when I run pulumi up it only creates the new stack. Ignoring the rest of the code, or simply ignoring the file index.ts