-
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Is your request related to a new offering from AWS? ✅
Yes — AWS now supports passing a region argument directly to MemoryDB resources in the AWS Terraform Provider (v6.0+), enabling cross-region configuration without relying solely on provider alias blocks.
Describe the solution you'd like
Add support for the region argument in the MemoryDB module so users can explicitly set the AWS region for MemoryDB clusters, subnet groups, and associated resources.
This aligns with the new AWS provider functionality that allows RDS/MemoryDB-style resources to specify region directly.
This will:
- Improve multi-region deployment workflows-
- Reduce dependency on aliased provider configuration-
- Ensure consistency with updated AWS provider capabilities
Describe alternatives you've considered
Using provider alias blocks for each region — functional but adds complexity when operating in multiple regions.
Additional context
Adding region support will allow the module to be used more easily in multi-region architectures and follow the new AWS provider support for regional overrides at the resource level.
Thanks in advance for considering! 🙏