remove table replica to speed up acc tests
parent
cf5ab98f83
commit
eaef50ce9b
|
@ -69,8 +69,4 @@ resource "aws_dynamodb_table" "global-dynamo-test" {
|
|||
name = "TestTableHashKey"
|
||||
type = "S"
|
||||
}
|
||||
|
||||
replica {
|
||||
region_name = "us-east-2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue