This message was deleted.
# getting-started
s
This message was deleted.
g
Locks are saved on S3 https://www.pulumi.com/docs/concepts/state/
Inside the
.pulumi
folder, we access the following subdirectories:
3. `locks/`: Optional lock files for each stack if the stack is currently being operated on by a Pulumi operation (e.g.
dev/$lock.json
or
proj/dev/$lock.json
where
$lock
is a unique identifier for the lock).
h
Thank you for that. I was just looking for an identical one for one equivalent from the terraform world.