Open jaxxstorm opened 1 year ago
@jaxxstorm, I can't repro this. When I run the above program, it downloads the plugin. From the Slack thread, could it be that you were running into this before a version of that provider was released on GitHub?
i think this was because the publish hadn't finished, I believe the error is misleading.
I believe the error is misleading.
Agree'd. If a download URL is given we shouldn't ever be falling back to github.com/pulumi/. Suggests that somewhere along the line the URL got lost.
I've updated the issue title to better reflect the problem
What happened?
I am trying to use a YAML program with a third party community provider.
Instead of using the provider url to download, it is reaching out to the Pulumi repo:
I tried adding the pluginDownloadURL property to the provider with no luck
Example
Output of
pulumi about
N/A
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).