Skip to content

Commit b87cf01

Browse files
authored
Merge pull request #58 from n-my/master
Explicit the partition key of the lock dynamodb table
2 parents 6f7b3d3 + bac0c1a commit b87cf01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ lock = {
179179
When you run `terragrunt apply` or `terragrunt destroy`, Terragrunt does the following:
180180

181181
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
182+
1. Try to write an item to the `terragrunt_locks` table with `StateFileId` equal to the `state_file_id` specified in your
183183
`.terragrunt` file. This item will include useful metadata about the lock, such as who created it (e.g. your
184184
username) and when.
185185
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

Comments
 (0)