Skip to content
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

feat: Support Multi Region Cluster Name argument #12

Conversation

magreenbaum
Copy link
Member

@magreenbaum magreenbaum commented Jan 1, 2025

Description

Support multi-region memorydb cluster name argument.

Motivation and Context

Breaking Changes

No.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@@ -0,0 +1,21 @@
resource "aws_memorydb_multi_region_cluster" "this" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@@ -0,0 +1,237 @@
provider "aws" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets leave out this example for now as well

@magreenbaum magreenbaum changed the title feat: Multi Region Cluster feat: Support Multi Region Cluster Name argument Jan 7, 2025
@bryantbiggs bryantbiggs merged commit 1a7c7ce into terraform-aws-modules:master Jan 7, 2025
11 checks passed
antonbabenko pushed a commit that referenced this pull request Jan 7, 2025
## [2.3.0](v2.2.0...v2.3.0) (2025-01-07)

### Features

* Support Multi Region Cluster Name argument ([#12](#12)) ([1a7c7ce](1a7c7ce))
@antonbabenko
Copy link
Member

This PR is included in version 2.3.0 🎉

@shiv4nsh
Copy link

shiv4nsh commented Jan 7, 2025

@antonbabenko : Can you please advise, when this version will be available on Terraform registry ? As currently it shows 2.2.0 as the latest

image

@antonbabenko
Copy link
Member

@shiv4nsh Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants