Dynamodb table replica support @mwarkentin (#83)
what
- This feature will allow setting replica configurations for aws_dynamodb_table resource.
why
- According to the note at AWS provider v3.4.0 docs, it's recommended to use replica configuration instead of aws_dynamodb_global_table resource and there is a lack of that functionality in this module.