mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 06:01:08 +01:00
Add missing = in dynamodb_table tf (#6493)
This commit is contained in:
parent
225676ae98
commit
3b0bb64c2a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user