Hi, I'm trying to destroy and existing stack. I'm ...
# general
b
Hi, I'm trying to destroy and existing stack. I'm encountering the following issue:
Copy code
➜  infrastructure git:(master) ✗ pulumi destroy
Previewing destroy (test):

error: could not load plugin for aws provider 'urn:pulumi:test::office-booker::pulumi:providers:aws::default_3_2_1': no resource plugin 'aws-v3.2.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v3.2.1`

➜  infrastructure git:(master) ✗ pulumi plugin install resource aws v3.2.1
[resource plugin aws-3.2.1] installing
error: [resource plugin aws-3.2.1] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-aws-v3.2.1-darwin-arm64.tar.gz>
➜  infrastructure git:(master) ✗
e
3.2.1 is quite old, I'll ping the team for this that it gone missing but in the meantime you can download a copy direct from github: https://github.com/pulumi/pulumi-aws/releases/tag/v3.2.1
b
I take it this isn't compatable with ARM?
e
No it's not, just saw that other message.
Could you update to a new version of the aws plugin and
pulumi up
to update the stack state then destroy with the new provider referenced.
b
It's okay. Will be quicker to drag one of my intel based colleauges in and have them destroy for me. Thanks for the pointers