It seems like sometimes I have to change the variable name for it to pick up, or in rare situations no matter what I do I just have to go edit them manually in AWS'
c
calm-table-93204
10/08/2019, 3:04 PM
This is a known issue. Update to the latest version and it should work properly simple smile
n
nice-cat-91582
10/08/2019, 3:05 PM
oh, gotcha
I'll stop ignoring that "there's a new version" message, then 😛
f
future-barista-68134
10/08/2019, 3:21 PM
you could also set the pulumi version update check can be skipped by setting the environment variable PULUMI_SKIP_UPDATE_CHECK to 1 or true if it's bothersome in the future!
here's the issue for reference: https://github.com/pulumi/pulumi-aws/issues/751
c
clever-sunset-76585
10/08/2019, 4:27 PM
Although you can skip the update warnings like Dan has shown, personally, I think it is good to be aware of the latest CLI releases. At least then you can consciously ignore a release for a specific reason, than to not know at all that a new release is available. Typically, updating to a new CLI version should be low risk. Like updating to a newer browser version.