terraform-aws-dynamodb
terraform-aws-dynamodb copied to clipboard
Replicas do not have default_tags applied to them
trafficstars
Describe the Bug
The propagate_tags is disabled. I just noticed that my replicas did not inherit the tags. I am suspecting its because of this flag?
https://github.com/cloudposse/terraform-aws-dynamodb/blob/1a11bea59eefb50e2f776dcaa17504c0d6afd80d/main.tf#L112
Expected Behavior
all replicas should be the default_tags in the provider
Steps to Reproduce
create replicas in other regions and check tags
Screenshots
No response
Environment
No response
Additional Context
No response