cloudposse / terraform-aws-dynamodb

Terraform module that implements AWS DynamoDB with support for AutoScaling
https://cloudposse.com/accelerate
Apache License 2.0
86 stars 113 forks source link

feat: Added possibility to enable replica tags propagation #138

Open szheliab opened 1 week ago

szheliab commented 1 week ago

what

This minor change is for adding possibility to propagate tags to the Global Table replicas using variable propagate_tags_to_replica

why

It can be useful for users that need to have tags applied across all AWS resources.

references

closes #119