Skip to content

Commit ed9aee9

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 74ca929 commit ed9aee9

File tree

5 files changed

+44
-44
lines changed

5 files changed

+44
-44
lines changed

docs/reference/modules/terraform-aws-cache/elastic-cache/elastic-cache.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Cache Modules" version="1.0.0" lastModifiedVersion="0.23.0"/>
12+
<VersionBadge repoTitle="Cache Modules" version="1.0.1" lastModifiedVersion="0.23.0"/>
1313

1414
# ElasticCache Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/elastic-cache" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/elastic-cache" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<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>
1919

@@ -47,7 +47,7 @@ For more info, see [Scaling Memcached](http://docs.aws.amazon.com/AmazonElastiCa
4747
4848
module "elastic_cache" {
4949
50-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v1.0.0"
50+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v1.0.1"
5151
5252
# ----------------------------------------------------------------------------------------------------
5353
# REQUIRED VARIABLES
@@ -160,7 +160,7 @@ module "elastic_cache" {
160160
# ------------------------------------------------------------------------------------------------------
161161
162162
terraform {
163-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v1.0.0"
163+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/elastic-cache?ref=v1.0.1"
164164
}
165165
166166
inputs = {
@@ -505,11 +505,11 @@ A set of tags to set for the ElastiCache Cluster.
505505
<!-- ##DOCS-SOURCER-START
506506
{
507507
"originalSources": [
508-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/elastic-cache/readme.md",
509-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/elastic-cache/variables.tf",
510-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/elastic-cache/outputs.tf"
508+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/elastic-cache/readme.md",
509+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/elastic-cache/variables.tf",
510+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/elastic-cache/outputs.tf"
511511
],
512512
"sourcePlugin": "module-catalog-api",
513-
"hash": "45a3dd09e25b53a654cb6b86cafdd6bb"
513+
"hash": "4512b0af38d735bf45f10e0d87575b6d"
514514
}
515515
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-cache/memcached/memcached.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Cache Modules" version="1.0.0" lastModifiedVersion="0.22.4"/>
12+
<VersionBadge repoTitle="Cache Modules" version="1.0.1" lastModifiedVersion="0.22.4"/>
1313

1414
# Memcached Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/memcached" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/memcached" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<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>
1919

@@ -47,7 +47,7 @@ For more info, see [Scaling Memcached](http://docs.aws.amazon.com/AmazonElastiCa
4747
4848
module "memcached" {
4949
50-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v1.0.0"
50+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v1.0.1"
5151
5252
# ----------------------------------------------------------------------------------------------------
5353
# REQUIRED VARIABLES
@@ -137,7 +137,7 @@ module "memcached" {
137137
# ------------------------------------------------------------------------------------------------------
138138
139139
terraform {
140-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v1.0.0"
140+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v1.0.1"
141141
}
142142
143143
inputs = {
@@ -400,11 +400,11 @@ A set of tags to set for the ElastiCache Replication Group.
400400
<!-- ##DOCS-SOURCER-START
401401
{
402402
"originalSources": [
403-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/memcached/readme.md",
404-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/memcached/variables.tf",
405-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/memcached/outputs.tf"
403+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/memcached/readme.md",
404+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/memcached/variables.tf",
405+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/memcached/outputs.tf"
406406
],
407407
"sourcePlugin": "module-catalog-api",
408-
"hash": "7eb2900dabf0e1924e7df391c21c1ef5"
408+
"hash": "f1b84a110049c9e290ee822f14fd86df"
409409
}
410410
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-cache/redis/redis.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Cache Modules" version="1.0.0" lastModifiedVersion="0.23.0"/>
12+
<VersionBadge repoTitle="Cache Modules" version="1.0.1" lastModifiedVersion="1.0.1"/>
1313

1414
# Redis Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/redis" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/redis" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<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>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v1.0.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

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

@@ -84,7 +84,7 @@ here: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroup
8484
#### Choosing Cluster Mode vs. Single Instance
8585

8686
You can use `var.enable_single_instance_mode=true` to deploy a single node Redis instance. Refer
87-
to [examples/redis_single_instance](https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/examples/redis_single_instance) as an example.
87+
to [examples/redis_single_instance](https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/examples/redis_single_instance) as an example.
8888

8989
Here are some of the points you may consider while choosing which mode to run:
9090

@@ -243,7 +243,7 @@ ElastiCache for Redis supports the following types of automatic scaling dimensio
243243
244244
module "redis" {
245245
246-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v1.0.0"
246+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v1.0.1"
247247
248248
# ----------------------------------------------------------------------------------------------------
249249
# REQUIRED VARIABLES
@@ -479,7 +479,7 @@ module "redis" {
479479
# ------------------------------------------------------------------------------------------------------
480480
481481
terraform {
482-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v1.0.0"
482+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v1.0.1"
483483
}
484484
485485
inputs = {
@@ -1249,11 +1249,11 @@ This is a list of user IDs that should be added to the group defined in the 'us
12491249
<!-- ##DOCS-SOURCER-START
12501250
{
12511251
"originalSources": [
1252-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/redis/readme.md",
1253-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/redis/variables.tf",
1254-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/redis/outputs.tf"
1252+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/redis/readme.md",
1253+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/redis/variables.tf",
1254+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/redis/outputs.tf"
12551255
],
12561256
"sourcePlugin": "module-catalog-api",
1257-
"hash": "0c13c3eadeec4574a2a672e785b40d6b"
1257+
"hash": "e55492c59c01c37d4e0b657768d06115"
12581258
}
12591259
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-cache/redis_copy_snapshot/redis_copy_snapshot.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Cache Modules" version="1.0.0" lastModifiedVersion="0.22.8"/>
12+
<VersionBadge repoTitle="Cache Modules" version="1.0.1" lastModifiedVersion="0.22.8"/>
1313

1414
# Redis Copy Snapshot Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/redis_copy_snapshot" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/redis_copy_snapshot" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<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>
1919

@@ -45,7 +45,7 @@ instruction: [Making manual backups](https://docs.aws.amazon.com/AmazonElastiCac
4545
The caller of the module needs to have the appropriate permission on the s3 bucket and the elastic cache cluster. The
4646
detailed permission requirement is explained in detail
4747
here: [Exporting a backup](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html) page.
48-
You can also refer to [redis_copy_snapshot](https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/examples/redis_copy_snapshot) module as an example.
48+
You can also refer to [redis_copy_snapshot](https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/examples/redis_copy_snapshot) module as an example.
4949

5050
## Encryption Limitation
5151

@@ -69,7 +69,7 @@ try to export a snapshot encrypted with CMK (Customer Managed Key), you will get
6969
7070
module "redis_copy_snapshot" {
7171
72-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v1.0.0"
72+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v1.0.1"
7373
7474
# ----------------------------------------------------------------------------------------------------
7575
# REQUIRED VARIABLES
@@ -112,7 +112,7 @@ module "redis_copy_snapshot" {
112112
# ------------------------------------------------------------------------------------------------------
113113
114114
terraform {
115-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v1.0.0"
115+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis_copy_snapshot?ref=v1.0.1"
116116
}
117117
118118
inputs = {
@@ -216,11 +216,11 @@ A name for the exported snapshot copy. ElastiCache does not permit overwriting a
216216
<!-- ##DOCS-SOURCER-START
217217
{
218218
"originalSources": [
219-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/redis_copy_snapshot/readme.md",
220-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/redis_copy_snapshot/variables.tf",
221-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/redis_copy_snapshot/outputs.tf"
219+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/redis_copy_snapshot/readme.md",
220+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/redis_copy_snapshot/variables.tf",
221+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/redis_copy_snapshot/outputs.tf"
222222
],
223223
"sourcePlugin": "module-catalog-api",
224-
"hash": "ab48f89891ff09d09c95c88f8ea4fc44"
224+
"hash": "ef8211934164079e69a7e4a829515012"
225225
}
226226
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-cache/valkey/valkey.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Cache Modules" version="1.0.0" lastModifiedVersion="0.23.1"/>
12+
<VersionBadge repoTitle="Cache Modules" version="1.0.1" lastModifiedVersion="1.0.1"/>
1313

1414
# Valkey Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/valkey" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/valkey" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<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>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v1.0.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

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

@@ -240,7 +240,7 @@ ElastiCache for Valkey supports the following types of automatic scaling dimensi
240240
241241
module "valkey" {
242242
243-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v1.0.0"
243+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v1.0.1"
244244
245245
# ----------------------------------------------------------------------------------------------------
246246
# REQUIRED VARIABLES
@@ -473,7 +473,7 @@ module "valkey" {
473473
# ------------------------------------------------------------------------------------------------------
474474
475475
terraform {
476-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v1.0.0"
476+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v1.0.1"
477477
}
478478
479479
inputs = {
@@ -1219,11 +1219,11 @@ Version number of valkey to use (e.g. 7.2).
12191219
<!-- ##DOCS-SOURCER-START
12201220
{
12211221
"originalSources": [
1222-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/valkey/readme.md",
1223-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/valkey/variables.tf",
1224-
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.0/modules/valkey/outputs.tf"
1222+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/valkey/readme.md",
1223+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/valkey/variables.tf",
1224+
"https://github.com/gruntwork-io/terraform-aws-cache/tree/v1.0.1/modules/valkey/outputs.tf"
12251225
],
12261226
"sourcePlugin": "module-catalog-api",
1227-
"hash": "1633dbd0d62de750a288978f5261ae88"
1227+
"hash": "e45965f3f9805584cf7dd46249559cc0"
12281228
}
12291229
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)