-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDS: Cross-region automated backups #23673
Comments
I'll happily check this out and pick it up. |
@ewbankkit something we would want to treat as a new resource or make it part of the existing Update: Working on a new resource resource "aws_db_instance_backup_replication" "default" {
source_db_instance_arn = "arn:aws:rds:eu-west-1:837424938642:db:example-db"
kms_key_id = "arn:aws:kms:eu-central-1:837424938642:key/example-id"
}
provider "aws" {
region = "eu-central-1"
} |
This functionality has been released in v4.9.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
In RDS it is possible to enable snapshots to be saved in another region besides the region the instance is in. This is helpful from a disaster recovery standpoint.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: