Cross-region RDS replicated backups
_This message was extracted from a discussion that originally took place in Gruntwork Community Slack. Names and URLs have been removed where appropriate_ **From a customer** Is there a way to turn on cross-region automated backups with the RDS module? I didn’t see an option for it in vars.tf. I can’t even seem to find any terraform resource to handle this period. hopefully i’m overlooking something though.
**From a grunt** Hey person, found out more info. We recommend waiting for the Terraform AWS provider to catch up.We'll probably want to add support for it once this issue is closed: https://github.com/hashicorp/terraform-provider-aws/issues/16708 . The module we currently have for doing this: https://github.com/gruntwork-io/terraform-aws-data-storage/tree/master/modules/lambda-create-snapshot, works in all regions. Is that something you could use in the meantime?