https://pulumi.com logo
b

brainy-midnight-57293

08/05/2021, 9:56 AM
Someone knows about this error?
Copy code
error: no resource plugin 'opennebula' found in the workspace or on your $PATH
g

gentle-diamond-70147

08/05/2021, 7:55 PM
When are you getting this message? what command or operation are you doing?
b

brainy-midnight-57293

08/06/2021, 6:00 AM
When im trying to convert my project from Terraform to Pulumi " tf2pulumi < main.tf > index.ts "
g

gentle-diamond-70147

08/09/2021, 6:00 PM
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

brainy-midnight-57293

08/10/2021, 12:15 PM
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
9 Views