There is no way to specify the Backup Replication region in Terraform using the aws_db_instance. This is possible to do in Cloudformation and a feature match would be nice.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
There is no way to specify the Backup Replication region in Terraform using the
aws_db_instance
. This is possible to do in Cloudformation and a feature match would be nice.Affected Resource(s) and/or Data Source(s)
aws_db_instance
Potential Terraform Configuration
References
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-automaticbackupreplicationregion
Would you like to implement a fix?
No