This message was deleted.
# getting-started
s
This message was deleted.
b
you need to speicify the plugindownload url like so: https://github.com/lbrlabs/pulumi-grafana/blob/main/provider/resources.go#L72
so it would be
Copy code
<github://api.github.com/zlepper>
also: the plugin download url just pushes a binary which is a resource plugin
you’ll need to push your dotnet sdk to nuget separately
I don’t see any binaries in your github releases
a
I'll try that url shape instead. The releases are just prereleases, but they should be available: https://github.com/zlepper/pulumi-elasticstack/releases/tag/v0.0.1-alpha2
I will take a look at that repo, and try to follow it for getting everything working for this
I do have the nuget push done already: https://www.nuget.org/packages/Pulumi.Elasticstack/0.0.1-alpha2, so I'm aware of that part 🙂
Thanks for the help, got pulumi to download an execute the provider 🙂
Now however i got an issue with the provider seemingly not unwrapping secrets, and is trying to pass them along to terraform as maps, rather than strings. Is there something specific that needs to be done for that to work? The secrets are passed to a sub-object of the ProviderArgs, and not the root ProviderArgs, if that might make a difference?