diff --git a/docs/reference/modules/terraform-aws-cache/elastic-cache/elastic-cache.md b/docs/reference/modules/terraform-aws-cache/elastic-cache/elastic-cache.md
index abbcd960c..57e001588 100644
--- a/docs/reference/modules/terraform-aws-cache/elastic-cache/elastic-cache.md
+++ b/docs/reference/modules/terraform-aws-cache/elastic-cache/elastic-cache.md
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
-
+
# ElasticCache Module
-View Source
+View Source
-Release Notes
+Release Notes
This module creates an ElastiCache cluster, which manages either a Memcached cluster, a single-node Redis instance.
@@ -47,7 +47,7 @@ For more info, see [Scaling Memcached](http://docs.aws.amazon.com/AmazonElastiCa
module "elastic_cache" {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v0.23.1"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
@@ -160,7 +160,7 @@ module "elastic_cache" {
# ------------------------------------------------------------------------------------------------------
terraform {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v0.23.1"
}
inputs = {
@@ -502,15 +502,14 @@ A set of tags to set for the ElastiCache Cluster.
-
diff --git a/docs/reference/modules/terraform-aws-cache/memcached/memcached.md b/docs/reference/modules/terraform-aws-cache/memcached/memcached.md
index 8c968a916..fb62713c0 100644
--- a/docs/reference/modules/terraform-aws-cache/memcached/memcached.md
+++ b/docs/reference/modules/terraform-aws-cache/memcached/memcached.md
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
-
+
# Memcached Module
-View Source
+View Source
Release Notes
@@ -47,7 +47,7 @@ For more info, see [Scaling Memcached](http://docs.aws.amazon.com/AmazonElastiCa
module "memcached" {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.23.1"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
@@ -137,7 +137,7 @@ module "memcached" {
# ------------------------------------------------------------------------------------------------------
terraform {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.23.1"
}
inputs = {
@@ -397,15 +397,14 @@ A set of tags to set for the ElastiCache Replication Group.
-
diff --git a/docs/reference/modules/terraform-aws-cache/redis/redis.md b/docs/reference/modules/terraform-aws-cache/redis/redis.md
index 1c0da325a..f2c835ceb 100644
--- a/docs/reference/modules/terraform-aws-cache/redis/redis.md
+++ b/docs/reference/modules/terraform-aws-cache/redis/redis.md
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
-
+
# Redis Module
-View Source
+View Source
-Release Notes
+Release Notes
This module creates an ElastiCache cluster that runs [Redis](http://redis.io/).
@@ -84,7 +84,7 @@ here: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroup
#### Choosing Cluster Mode vs. Single Instance
You can use `var.enable_single_instance_mode=true` to deploy a single node Redis instance. Refer
-to [examples/redis_single_instance](https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/examples/redis_single_instance) as an example.
+to [examples/redis_single_instance](https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/examples/redis_single_instance) as an example.
Here are some of the points you may consider while choosing which mode to run:
@@ -243,7 +243,7 @@ ElastiCache for Redis supports the following types of automatic scaling dimensio
module "redis" {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.23.1"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
@@ -479,7 +479,7 @@ module "redis" {
# ------------------------------------------------------------------------------------------------------
terraform {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.23.1"
}
inputs = {
@@ -1246,15 +1246,14 @@ This is a list of user IDs that should be added to the group defined in the 'us
-
diff --git a/docs/reference/modules/terraform-aws-cache/redis_copy_snapshot/redis_copy_snapshot.md b/docs/reference/modules/terraform-aws-cache/redis_copy_snapshot/redis_copy_snapshot.md
index afe869d4c..4686c7dde 100644
--- a/docs/reference/modules/terraform-aws-cache/redis_copy_snapshot/redis_copy_snapshot.md
+++ b/docs/reference/modules/terraform-aws-cache/redis_copy_snapshot/redis_copy_snapshot.md
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
-
+
# Redis Copy Snapshot Module
-View Source
+View Source
Release Notes
@@ -45,7 +45,7 @@ instruction: [Making manual backups](https://docs.aws.amazon.com/AmazonElastiCac
The caller of the module needs to have the appropriate permission on the s3 bucket and the elastic cache cluster. The
detailed permission requirement is explained in detail
here: [Exporting a backup](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html) page.
-You can also refer to [redis_copy_snapshot](https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/examples/redis_copy_snapshot) module as an example.
+You can also refer to [redis_copy_snapshot](https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/examples/redis_copy_snapshot) module as an example.
## Encryption Limitation
@@ -69,7 +69,7 @@ try to export a snapshot encrypted with CMK (Customer Managed Key), you will get
module "redis_copy_snapshot" {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v0.23.1"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
@@ -112,7 +112,7 @@ module "redis_copy_snapshot" {
# ------------------------------------------------------------------------------------------------------
terraform {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v0.23.1"
}
inputs = {
@@ -213,15 +213,14 @@ A name for the exported snapshot copy. ElastiCache does not permit overwriting a
-
diff --git a/docs/reference/modules/terraform-aws-cache/valkey/valkey.md b/docs/reference/modules/terraform-aws-cache/valkey/valkey.md
index 99cb57a3c..bc9168738 100644
--- a/docs/reference/modules/terraform-aws-cache/valkey/valkey.md
+++ b/docs/reference/modules/terraform-aws-cache/valkey/valkey.md
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
-
+
# Valkey Module
-View Source
+View Source
-Release Notes
+Release Notes
This module creates an ElastiCache cluster that runs [Valkey](http://valkey.io/).
@@ -240,7 +240,7 @@ ElastiCache for Valkey supports the following types of automatic scaling dimensi
module "valkey" {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v0.23.1"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
@@ -473,7 +473,7 @@ module "valkey" {
# ------------------------------------------------------------------------------------------------------
terraform {
- source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v0.23.0"
+ source = "git::git@github.com:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v0.23.1"
}
inputs = {
@@ -1216,15 +1216,14 @@ Version number of valkey to use (e.g. 7.2).
-