https://pulumi.com logo
Title
w

white-secretary-18260

06/21/2021, 4:42 PM
I am having an issue with loading the AWS plugin on Apple M1. I enter this:
pulumi plugin install resource aws v3.32.0
and I get this:
error: [resource plugin aws-3.32.0] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-aws-v3.32.0-darwin-arm64.tar.gz>
CLI v3.5.1, using typescript npm modules: pulumi 2.22 and aws 3.32
It looks like this file is not in s3.
b

billowy-army-68599

06/21/2021, 4:44 PM
We only started publishing arm binaries recently , youll have to upgrade your provider
I’m not at a laptop, but you can check the change log to see when we started
w

white-secretary-18260

06/21/2021, 7:01 PM
Hey, I updated to the latest version of
@pulumi/aws@latest
and it installed 4.8.0. When I run
pulumi preview
it is still trying to use the older aws plugin:
error: could not load plugin for aws provider 'urn:pulumi:dev::alphamap::pulumi:providers:aws::default_3_32_0': no resource plugin 'aws-v3.32.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v3.32.0`
b

billowy-army-68599

06/21/2021, 8:24 PM
This is expected behavior, the plug-in version is stored in the state. unfortunately you'll need to find someone with that version to update and run an update. We Know this is painful
w

white-secretary-18260

08/04/2021, 4:04 PM
old thread sorry
how do you update the plug-in’s state. I can log into an ec2 instance and do it.
also I posted something again in the main channel.
b

billowy-army-68599

08/04/2021, 5:23 PM
@white-secretary-18260 sorry for the delay. pin your provider in your package.json, run a pulumi up with the new provider