Skip to content

Commit

Permalink
Merge pull request #33 from BedeGaming/dyamodb-readme
Browse files Browse the repository at this point in the history
readme: fix dynamodb config casing
  • Loading branch information
brikis98 authored Sep 28, 2016
2 parents 44157ac + 4849267 commit d2ab2a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ state](#managing-remote-state) for you using the [S3 backend](https://www.terraf
lock = {
backend = "dynamodb"
config {
stateFileId = "my-app"
state_file_id = "my-app"
}
}
Expand Down Expand Up @@ -157,10 +157,10 @@ For DynamoDB locking, Terragrunt supports the following settings in `.terragrunt
lock = {
backend = "dynamodb"
config {
stateFileId = "my-app"
awsRegion = "us-east-1"
tableName = "terragrunt_locks"
maxLockRetries = 360
state_file_id = "my-app"
aws_region = "us-east-1"
table_name = "terragrunt_locks"
max_lock_retries = 360
}
}
```
Expand Down

0 comments on commit d2ab2a8

Please sign in to comment.