remove table replica to speed up acc tests

main
Martin Guibert 2021-03-25 11:34:23 +01:00
parent cf5ab98f83
commit eaef50ce9b
1 changed files with 0 additions and 4 deletions

View File

@ -69,8 +69,4 @@ resource "aws_dynamodb_table" "global-dynamo-test" {
name = "TestTableHashKey"
type = "S"
}
replica {
region_name = "us-east-2"
}
}