Hi, I was running pulumi refresh and get this war...
# aws
c
Hi, I was running pulumi refresh and get this warning:
warning: refresh operation is using an older version of package 'aws' than the specified program version: 6.48.0 < 6.49.1
I already run with the latest pulumi version (3.162.0). I have several stack and depend on the stack some created more than a year ago I have different version. I did not found anything related in the doc either by searching here and there so that's why I ask here. Thanks for any help.
e
That is just a warning that the operation is using a provider different to what you might expect given your program. Next time you run
up
the provider versions will actually be updated. You might also want to try the new
--run-program
support for refresh to update the provider version with that: https://www.pulumi.com/blog/improved-refresh-destroy-experience/
c
@echoing-dinner-19531 Thanks for the reply, and the link for the details. According to the blog the --run-program may be set by default in future version, so the warning may be removed. Thanks to you I learned something and I need to read more often the pulumi blogs.