Skip to content

Support for the Region Argument in all resources #15

@carlcauchi

Description

@carlcauchi

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.

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/memorydb_cluster#region-2

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! 🙏

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions