Skip to content

v0.26.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 30 Apr 14:05
f20b54a
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.

references