There was an error while loading. Please reload this page.
2 parents 6f7b3d3 + bac0c1a commit b87cf01Copy full SHA for b87cf01
1 file changed
README.md
@@ -179,7 +179,7 @@ lock = {
179
When you run `terragrunt apply` or `terragrunt destroy`, Terragrunt does the following:
180
181
1. Create the `terragrunt_locks` table if it doesn't already exist.
182
-1. Try to write an item to the `terragrunt_locks` table with `state_file_id` equal to the id specified in your
+1. Try to write an item to the `terragrunt_locks` table with `StateFileId` equal to the `state_file_id` specified in your
183
`.terragrunt` file. This item will include useful metadata about the lock, such as who created it (e.g. your
184
username) and when.
185
1. Note that the write is a conditional write that will fail if an item with the same `state_file_id` already exists.
0 commit comments