-
Notifications
You must be signed in to change notification settings - Fork 155
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 implementation points to Terraform help page #722
Comments
Thanks for filing! I'm going to move this to https://github.com/pulumi/pulumi-aws. |
I am pretty sure this was regressed in #580, related to the comment I left at the time: #580 (comment). Looking at where this error message is produced, all 4 cases are as part of getting an error from cc @jen20 |
In particular - that discussion notes:
However, the issue here is exactly the reason we need to do it - to report good error messages early for cases where |
Hi all, I have tried to recreate this today - when using the latest pulumi-aws from npm, I get the following error when not supplying any credentials at all:
This is what we had hoped would happen with #580 @cowwoc if you still see this error on the latest version of pulumi-aws, then please do let me know Paul |
Given:
When I run
pulumi up
I get:Notice that the error message asks me to visit terraform's website.
The text was updated successfully, but these errors were encountered: