Skip to content

Commit

Permalink
remove table replica to speed up acc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Guibert committed Mar 25, 2021
1 parent cf5ab98 commit eaef50c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/resource/aws/testdata/acc/aws_dynamodb_table/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,4 @@ resource "aws_dynamodb_table" "global-dynamo-test" {
name = "TestTableHashKey"
type = "S"
}

replica {
region_name = "us-east-2"
}
}

0 comments on commit eaef50c

Please sign in to comment.