Skip to content

[Automated Update][terraform-aws-cache] v0.23.1 release #2580

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<VersionBadge repoTitle="Cache Modules" version="0.23.0" lastModifiedVersion="0.22.8"/>
<VersionBadge repoTitle="Cache Modules" version="0.23.1" lastModifiedVersion="0.23.0"/>

# ElasticCache Module

<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/elastic-cache" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/elastic-cache" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.22.8" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.23.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>

This module creates an ElastiCache cluster, which manages either a Memcached cluster, a single-node Redis instance.

Expand Down Expand Up @@ -47,7 +47,7 @@ For more info, see [Scaling Memcached](http://docs.aws.amazon.com/AmazonElastiCa

module "elastic_cache" {

source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v0.23.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -160,7 +160,7 @@ module "elastic_cache" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v0.23.1"
}

inputs = {
Expand Down Expand Up @@ -502,15 +502,14 @@ A set of tags to set for the ElastiCache Cluster.
</TabItem>
</Tabs>


<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/elastic-cache/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/elastic-cache/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/elastic-cache/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/elastic-cache/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/elastic-cache/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/elastic-cache/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "67e3d24803678c251069e00cd744a8d1"
"hash": "0925b2d78b35a58b619a3305e00ec500"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<VersionBadge repoTitle="Cache Modules" version="0.23.0" lastModifiedVersion="0.22.4"/>
<VersionBadge repoTitle="Cache Modules" version="0.23.1" lastModifiedVersion="0.22.4"/>

# Memcached Module

<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/memcached" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/memcached" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.22.4" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>

Expand Down Expand Up @@ -47,7 +47,7 @@ For more info, see [Scaling Memcached](http://docs.aws.amazon.com/AmazonElastiCa

module "memcached" {

source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.23.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -137,7 +137,7 @@ module "memcached" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.23.1"
}

inputs = {
Expand Down Expand Up @@ -397,15 +397,14 @@ A set of tags to set for the ElastiCache Replication Group.
</TabItem>
</Tabs>


<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/memcached/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/memcached/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/memcached/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/memcached/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/memcached/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/memcached/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "b1008ba71f12d548de16150de766054d"
"hash": "c286e873280cad737f7253d6679cb18c"
}
##DOCS-SOURCER-END -->
21 changes: 10 additions & 11 deletions docs/reference/modules/terraform-aws-cache/redis/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<VersionBadge repoTitle="Cache Modules" version="0.23.0" lastModifiedVersion="0.22.9"/>
<VersionBadge repoTitle="Cache Modules" version="0.23.1" lastModifiedVersion="0.23.0"/>

# Redis Module

<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/redis" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/redis" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.22.9" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.23.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>

This module creates an ElastiCache cluster that runs [Redis](http://redis.io/).

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -243,7 +243,7 @@ ElastiCache for Redis supports the following types of automatic scaling dimensio

module "redis" {

source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.23.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -479,7 +479,7 @@ module "redis" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.23.1"
}

inputs = {
Expand Down Expand Up @@ -1246,15 +1246,14 @@ This is a list of user IDs that should be added to the group defined in the 'us
</TabItem>
</Tabs>


<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/redis/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/redis/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/redis/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/redis/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/redis/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/redis/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "0bfb9ed3e16f72409b1de470d1b1f0dd"
"hash": "979c6d464403f9cf7fa0bd1bfecb626c"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<VersionBadge repoTitle="Cache Modules" version="0.23.0" lastModifiedVersion="0.22.8"/>
<VersionBadge repoTitle="Cache Modules" version="0.23.1" lastModifiedVersion="0.22.8"/>

# Redis Copy Snapshot Module

<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/redis_copy_snapshot" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/redis_copy_snapshot" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.22.8" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>

Expand Down Expand Up @@ -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

Expand All @@ -69,7 +69,7 @@ try to export a snapshot encrypted with CMK (Customer Managed Key), you will get

module "redis_copy_snapshot" {

source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v0.23.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -112,7 +112,7 @@ module "redis_copy_snapshot" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v0.23.1"
}

inputs = {
Expand Down Expand Up @@ -213,15 +213,14 @@ A name for the exported snapshot copy. ElastiCache does not permit overwriting a
</TabItem>
</Tabs>


<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/redis_copy_snapshot/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/redis_copy_snapshot/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/redis_copy_snapshot/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/redis_copy_snapshot/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/redis_copy_snapshot/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/redis_copy_snapshot/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "5ca253f0c05c6b61966bbdec6bc240ba"
"hash": "409cebcc132c5087d16b80b5766b7c7c"
}
##DOCS-SOURCER-END -->
19 changes: 9 additions & 10 deletions docs/reference/modules/terraform-aws-cache/valkey/valkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<VersionBadge repoTitle="Cache Modules" version="0.23.0" lastModifiedVersion="0.23.0"/>
<VersionBadge repoTitle="Cache Modules" version="0.23.1" lastModifiedVersion="0.23.1"/>

# Valkey Module

<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/valkey" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/valkey" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.23.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.23.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>

This module creates an ElastiCache cluster that runs [Valkey](http://valkey.io/).

Expand Down Expand Up @@ -240,7 +240,7 @@ ElastiCache for Valkey supports the following types of automatic scaling dimensi

module "valkey" {

source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v0.23.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -473,7 +473,7 @@ module "valkey" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v0.23.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v0.23.1"
}

inputs = {
Expand Down Expand Up @@ -1216,15 +1216,14 @@ Version number of valkey to use (e.g. 7.2).
</TabItem>
</Tabs>


<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/valkey/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/valkey/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.0/modules/valkey/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/valkey/readme.md",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/valkey/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v0.23.1/modules/valkey/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "b73c268e9ccd8d5bb2111c7ad492af14"
"hash": "c17e744587a311863a11f83ddf98e960"
}
##DOCS-SOURCER-END -->