https://pulumi.com logo
#general
Title
# general
b

bland-army-56447

05/20/2021, 7:09 AM
I’m trying to use
tfbridge
to use an existing TF Module in Pulumi. I already “bridged” the module and generated the SDK. Then I did
go get <http://github.com/|github.com/>...
to install (?) my custom provider. But when running
pulumi up
I’m stuck with
error: no resource plugin 'lxd' found in the workspace or on your $PATH
Do I additionally have to install my resource provider through
pulumi plugin install
somehow? If yes, how do create the tarball needed for the installation? 🤔
b

billowy-army-68599

05/20/2021, 7:11 AM
Yes, you need the plug-in installed as well. If you take a look at the existing providers there’s a goreleaser config file which should help
🙌 1
b

bland-army-56447

05/20/2021, 7:15 AM
ahhh yea you’re right. I missed the goreleaser file Thanks 🙌
3 Views