https://pulumi.com logo
Title
n

narrow-battery-9106

04/09/2021, 9:19 AM
Hello guys I was using
<https://github.com/pulumi/pulumi-tf-provider-boilerplate>
to setup bridge to yandex.cloud. I was able to generate all the necessary files for sdk and depend on it in my go infra. But it keeps saying that there is not resource found for yandex provider How should I fix that?
b

broad-dog-22463

04/09/2021, 9:59 AM
Hi @narrow-battery-9106 So when you build the provider, it creates a binary - you will need that binary available on your PATH - that will then allow the SDK to work. That usually happens in the background from the packages it creates
1
n

narrow-battery-9106

04/09/2021, 10:00 AM
Hi thank you for your response https://github.com/aladmit/pulumi-yandex/tree/main/provider u mean this provider?
For some reason this does not generate binary
b

broad-dog-22463

04/09/2021, 10:00 AM
so when you run the makefile target, for SDK generation it will also generate a binary
the binary will go in the "bin" folder of the repository locally
you should see bin/pulumi-resource-yandex
?
n

narrow-battery-9106

04/09/2021, 10:01 AM
yeah I see it
thank you very much
b

broad-dog-22463

04/09/2021, 10:25 AM
if you are interested in making that provider an official Pulumi provider, we can definitely help you with that btw!
w

wide-crayon-4093

04/09/2021, 10:28 AM
it would make sense to follow up here https://github.com/pulumi/pulumi/issues/6187
b

broad-dog-22463

04/09/2021, 10:37 AM
good idea @wide-crayon-4093