feat: Support Multi Region Cluster Name argument#12
Conversation
modules/multi-region-cluster/main.tf
Outdated
| @@ -0,0 +1,21 @@ | |||
| resource "aws_memorydb_multi_region_cluster" "this" { | |||
There was a problem hiding this comment.
we should leave this sub-module out for now - we don't want to re-wrap just a single resource, it doesn't really provide any value. for now, I think the state of multi-region cluster would be this standalone resource plus multiple instantiations of the memorydb module
examples/multi-region/main.tf
Outdated
| @@ -0,0 +1,237 @@ | |||
| provider "aws" { | |||
There was a problem hiding this comment.
lets leave out this example for now as well
## [2.3.0](v2.2.0...v2.3.0) (2025-01-07) ### Features * Support Multi Region Cluster Name argument ([#12](#12)) ([1a7c7ce](1a7c7ce))
|
This PR is included in version 2.3.0 🎉 |
|
@antonbabenko : Can you please advise, when this version will be available on Terraform registry ? As currently it shows 2.2.0 as the latest
|
|
@shiv4nsh Fixed. |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |

Description
Support multi-region memorydb cluster name argument.
Motivation and Context
multi_region_clusterresource hashicorp/terraform-provider-aws#40376Breaking Changes
No.
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request