This error on `pulumi import` does not make sense ...
# general
m
This error on
pulumi import
does not make sense (it is installed).
Copy code
error: preview failed: failed to validate provider config: Could not automatically download and install resource plugin 'pulumi-resource-aws' at version v6.9.0-alpha.1699538295, install the plugin using `pulumi plugin install resource aws v6.9.0-alpha.1699538295`: error downloading provider aws to file: failed to download plugin: aws-6.9.0-alpha.1699538295: 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-aws-v6.9.0-alpha.1699538295-darwin-arm64.tar.gz>
Copy code
$ pulumi about
CLI
Version      3.93.0
Go Version   go1.21.3
Go Compiler  gc

Plugins
NAME            VERSION
aws             6.9.0-alpha.1699538295
The command that broke Pulumi:
pulumi import aws:secretsmanager/secret:Secret <secret-name> <arn>
l
Could the "v" be the problem?
m
No
Copy code
> pulumi plugin install resource aws 6.9.0-alpha.1699538295
[resource plugin aws-6.9.0-alpha.1699538295] installing
error: [resource plugin aws-6.9.0-alpha.1699538295] downloading from : failed to download plugin: aws-6.9.0-alpha.1699538295: 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-aws-v6.9.0-alpha.1699538295-darwin-arm64.tar.gz>
there is no problem doing
pulumi plugin install resource aws v6.10.0
l
Why are you using 6.9 alpha if 6.10 is out?
m
Would that make a difference?
l
If 6.9 alpha has been undeployed or accidentally partially deployed, it might...
It is alpha, after all.
m
Moving to 6.10 fixed it. It is also broken on 6.11 alpha. Might just be a problem with alpha versions.
thanks for the help