-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AWS plugin is not installed and tutorial documentation makes no mention of it #2097
Comments
I assumed we would address this by fixing whatever leads to the error here - not by documenting in all our tutorials that you might hit an error :-). Two questions/thoughts:
|
We improved the error message that is reported in these cases to include details and more actionable guidance:
We also added a troubleshooting section on this with more details: https://pulumi.io/reference/troubleshooting.html#error-during-pulumi-previewup---error-could-not-load-plugin-for-awsazure-etc-provider If there remain any issues that are causing this to fail beyond just the internet being unreliable, we should open new issues to track those. |
I think the getting started should definitely mention this. It currently says you can just
|
@matheuss Curious which "getting started" steps you followed, and for what language, that led you to getting this error? It should be the case that it is not possible to end up in this situation, which is the only reason we haven't mentioned this in getting started docs. I'd love to understand and fix the paths that can be taken that lead to this problem. |
I had the same problem/error message, while using TravisCI with Pulumi to have real CI/CD in place (see build log). I found a solution for this. The problem is, that Pulumi needs it's Plugin resource
If that list is empty, you're maybe experiencing the same issue like me: Pulumi doesn't know about
See the fully working configuration live inside the example project's Travis configuration: https://github.com/jonashackt/pulumi-python-aws-ansible/blob/master/.travis.yml |
I tried to follow the tutorial to setup and run pulumi for aws-python. Got stuck with this error:
The resolution is to run this command:
pulumi plugin install resource aws v0.15.0
The text was updated successfully, but these errors were encountered: