Skip to content

Commit d2ab2a8

Browse files
authored
Merge pull request #33 from BedeGaming/dyamodb-readme
readme: fix dynamodb config casing
2 parents 44157ac + 4849267 commit d2ab2a8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ state](#managing-remote-state) for you using the [S3 backend](https://www.terraf
5454
lock = {
5555
backend = "dynamodb"
5656
config {
57-
stateFileId = "my-app"
57+
state_file_id = "my-app"
5858
}
5959
}
6060
@@ -157,10 +157,10 @@ For DynamoDB locking, Terragrunt supports the following settings in `.terragrunt
157157
lock = {
158158
backend = "dynamodb"
159159
config {
160-
stateFileId = "my-app"
161-
awsRegion = "us-east-1"
162-
tableName = "terragrunt_locks"
163-
maxLockRetries = 360
160+
state_file_id = "my-app"
161+
aws_region = "us-east-1"
162+
table_name = "terragrunt_locks"
163+
max_lock_retries = 360
164164
}
165165
}
166166
```

0 commit comments

Comments
 (0)