-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download error for third party provider is misleading #512
Comments
@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. |
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).
The text was updated successfully, but these errors were encountered: