quick-telephone-15244
06/01/2022, 5:32 PMpulumi plugin ls
as well as dumping requirements.txt
(and checking my venv by activating it and running pip freeze
) all report pulumi-aws
as 5.6.0
however when i try to pulumi up
it keeps trying to use default_5_4_0
which is no buenowitty-candle-66007
06/01/2022, 5:35 PMpulumi up
are you in your venv
in the terminal?quick-telephone-15244
06/01/2022, 5:38 PM$HOME/.pulumi/plugins/resource-eks-v0.40.0
and read the package-lock.json
I'm seeing the reference to node_modules/@pulumi/aws
with a "version": "5.4.0"
🤔witty-candle-66007
06/01/2022, 6:08 PMpulumi up
for those resources? If so, that should be ok. But if you have new resources declared in your code that reference the aws package directly (e.g. aws.s3.Bucket
), then it should use the pulumi-aws
provider version in your environment.quick-telephone-15244
06/01/2022, 6:41 PMawscli
on the host actually resolved the issue i was really trying to solve lol.. I do have another problem but i'm not even sure where to begin with that one. .. effectively this: https://pulumi-community.slack.com/archives/CDE799L1M/p1653590328133189witty-candle-66007
06/01/2022, 6:47 PM