I'm getting an issue installing the AWS resource p...
# general
b
I'm getting an issue installing the AWS resource plugin...
Copy code
uv run pulumi plugin install resource AWS v6.77.0 --reinstall
[resource plugin AWS-6.77.0] installing
error: [resource plugin AWS-6.77.0] downloading from : failed to download plugin: AWS-6.77.0: 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-AWS-v6.77.0-darwin-arm64.tar.gz>
anyone else seeing this?
q
Can you try with lower case
aws
instead? That command is case sensitive. this works for me:
pulumi plugin install resource aws v6.77.0 --reinstall