Hi all is anyone else having issues after pulumi i...
# aws
r
Hi all is anyone else having issues after pulumi installs
[resource plugin aws-5.7.2] installing
? I ran a
pulumi  up
which had previously worked just fine. Pulumi ran update above and now I get the following error...
Copy code
Diagnostics:
  pulumi:pulumi:Stack (core-app-services-base-target-accounts-devtest):
    error: preview failed
 
  aws:ecs:Cluster (core-app-services):
    error: Preview failed: 1 error occurred:
        * error configuring Terraform AWS Provider: failed to get shared config profile, target
⬆️ 1
b
@rough-jewelry-40643 this is fixed in 5.8.0 please update
🙌 1
r
Thank you Thank you
So now for the dumbest of questions. How do I use the new 5.8.0 plugin?? I Downloaded and installed it. I then deleted the old plugins. Ran my pulumi refresh command and Pulumi downloaded the old plugins and gave me the same error
p.s. sorry for being a dummy
j
Note: we're setting the
@pulumi/pulumi
and
@pulumi/aws
versions with
package.json
and
yarn
.
b
@rough-jewelry-40643 not being a dummy! the process is: • update your
package.json
as Christopher said • you'll need to also make sure there's no references to the old provider in your state
j
We had to update the
@pulumi/awsx
dependency too
(trying the latest beta)