mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 22:21:30 +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
|
write_capacity = 1
|
||||||
hash_key = "Path"
|
hash_key = "Path"
|
||||||
range_key = "Key"
|
range_key = "Key"
|
||||||
attribute [
|
attribute = [
|
||||||
{
|
{
|
||||||
name = "Path"
|
name = "Path"
|
||||||
type = "S"
|
type = "S"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user