hello i was wondering if Pulumi makes me a lock fi...
# kubernetes
f
hello i was wondering if Pulumi makes me a lock file sometimes it’s under “/var/pulumi-state/.pulumi/locks/organization/pulumi-state/” and sometimes it’s under “/var/pulumi-state/.pulumi/locks/pulumi-state/” and on both machines, i have the same version v3.100.0…cluster was initialized with a different version of pulumi…but are upgraded to the same one now Thank you
b
I think Pulumi utilizes a lock file when specifying a local file backend. Eg-
pulumi login --local
You are probably seeing the difference introduced with the changes talked about here
organization
has become the virtual organization name for all self-managed (file, blob, etc) backends.