Skip to content

Commit

Permalink
Formatting touch ups on storage/dynamodb.mdx
Browse files Browse the repository at this point in the history
Following my previous fix, those are some small formatting touch ups.
  • Loading branch information
shinuza committed Feb 8, 2022
1 parent 82e8bc1 commit 8c6c586
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/docs/configuration/storage/dynamodb.mdx
Expand Up @@ -127,8 +127,9 @@ resource "aws_dynamodb_table" "dynamodb-table" {
name = "${var.dynamoTable}"
read_capacity = 1
write_capacity = 1
hash_key = "Path"
range_key = "Key"
hash_key = "Path"
range_key = "Key"
attribute {
name = "Path"
type = "S"
Expand Down

0 comments on commit 8c6c586

Please sign in to comment.