Add missing = in dynamodb_table tf (#6493)

This commit is contained in:
Matias Ozdy 2019-03-28 16:24:56 +01:00 committed by Jim Kalafut
parent 225676ae98
commit 3b0bb64c2a

View File

@ -131,7 +131,7 @@ resource "aws_dynamodb_table" "dynamodb-table" {
write_capacity = 1
hash_key = "Path"
range_key = "Key"
attribute [
attribute = [
{
name = "Path"
type = "S"