Skip to content

Commit 0552d76

Browse files
committed
fixes
1 parent 8e9df27 commit 0552d76

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ module "memory_db" {
111111
Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!
112112

113113
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/complete)
114+
- [Multi Region](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/multi-region)
114115
- [Valkey](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/valkey)
115116

116117
<!-- BEGIN_TF_DOCS -->

examples/multi-region/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Configuration in this directory creates:
77
- AWS MemoryDB users
88
- AWS MemoryDB ACL
99
- AWS MemoryDB subnet group
10-
- AWS MemoryDB parameter group
1110

1211
<!-- BEGIN_TF_DOCS -->
1312
## Requirements

examples/multi-region/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ locals {
1313
}
1414

1515
################################################################################
16-
# MemoryDB Module
16+
# Multi Region MemoryDB Module
1717
################################################################################
1818

1919
module "memory_db_disabled" {
@@ -35,7 +35,6 @@ module "multi_region_cluster" {
3535
num_shards = 2
3636
}
3737

38-
3938
module "memory_db" {
4039
source = "../.."
4140

modules/multi-region-cluster/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# multi-region cluster
22

3+
Provides a multi-region MemoryDB cluster resource.
4+
35
<!-- BEGIN_TF_DOCS -->
46
## Requirements
57

0 commit comments

Comments
 (0)