-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Is your request related to a new offering from AWS? ✅
Yes — AWS has recently introduced support for the region argument for RDS resources, enabling cross-region database provisioning and configuration directly within a single Terraform workspace.
This functionality is available in the AWS Provider v6.0+.
Describe the solution you'd like
Please add support for the new region argument in the RDS module so that users can explicitly set the AWS region for RDS instances, clusters, and related resources.
This aligns with the updated AWS provider behavior for RDS resources documented here:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance#region-1
Allowing this parameter to pass through the module will enable multi-region deployments without relying solely on provider aliases, improving clarity and reducing config complexity.
Describe alternatives you've considered
Using multiple provider aliases — works, but becomes complex when scaling multi-region infrastructure patterns.
Additional context
Native support for the region argument in the module will streamline cross-region deployments and align this module with the latest AWS provider capabilities.
Thanks for considering this improvement! 🙏