Skip to content

Commit fc9c1fc

Browse files
Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-data-storage/releases/tag/v0.46.1) from the terraform-aws-data-storage@v0.46.1 source branch. (#2994)
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent f001678 commit fc9c1fc

File tree

14 files changed

+134
-134
lines changed

14 files changed

+134
-134
lines changed

docs/reference/modules/terraform-aws-data-storage/aurora/aurora.md

Lines changed: 10 additions & 10 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="Data Storage Modules" version="0.46.0" lastModifiedVersion="0.42.0"/>
12+
<VersionBadge repoTitle="Data Storage Modules" version="0.46.1" lastModifiedVersion="0.42.0"/>
1313

1414
# Aurora Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/aurora" 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-data-storage/tree/v0.46.1/modules/aurora" 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-data-storage/releases/tag/v0.42.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -59,7 +59,7 @@ Cluster](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.Managing.h
5959
## How do you configure this module?
6060

6161
This module allows you to configure a number of parameters, such as backup windows, maintenance window, port number,
62-
and encryption. For a list of all available variables and their descriptions, see [variables.tf](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/aurora/variables.tf).
62+
and encryption. For a list of all available variables and their descriptions, see [variables.tf](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/aurora/variables.tf).
6363

6464
## How do you create a cross-region read replica cluster?
6565

@@ -77,7 +77,7 @@ module "replica" {
7777
}
7878
```
7979

80-
See the example [here](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/examples/aurora-with-cross-region-replica) for more details.
80+
See the example [here](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/examples/aurora-with-cross-region-replica) for more details.
8181

8282
## How do you destroy a cross-region read replica?
8383

@@ -137,7 +137,7 @@ see [Limitations of Aurora Serverless](https://docs.aws.amazon.com/AmazonRDS/lat
137137
138138
module "aurora" {
139139
140-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/aurora?ref=v0.46.0"
140+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/aurora?ref=v0.46.1"
141141
142142
# ----------------------------------------------------------------------------------------------------
143143
# REQUIRED VARIABLES
@@ -549,7 +549,7 @@ module "aurora" {
549549
# ------------------------------------------------------------------------------------------------------
550550
551551
terraform {
552-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/aurora?ref=v0.46.0"
552+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/aurora?ref=v0.46.1"
553553
}
554554
555555
inputs = {
@@ -1771,11 +1771,11 @@ Timeout for DB updating
17711771
<!-- ##DOCS-SOURCER-START
17721772
{
17731773
"originalSources": [
1774-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/aurora/readme.md",
1775-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/aurora/variables.tf",
1776-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/aurora/outputs.tf"
1774+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/aurora/readme.md",
1775+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/aurora/variables.tf",
1776+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/aurora/outputs.tf"
17771777
],
17781778
"sourcePlugin": "module-catalog-api",
1779-
"hash": "d315c24ef708aeeae081f06ae553397f"
1779+
"hash": "d0bffddbe632660114dd8938acc67e45"
17801780
}
17811781
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-data-storage/backup-plan/backup-plan.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ 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="Data Storage Modules" version="0.46.0" lastModifiedVersion="0.38.1"/>
12+
<VersionBadge repoTitle="Data Storage Modules" version="0.46.1" lastModifiedVersion="0.46.1"/>
1313

1414
# Backup Plan Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-plan" 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-data-storage/tree/v0.46.1/modules/backup-plan" 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-data-storage/releases/tag/v0.38.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-data-storage/releases/tag/v0.46.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This Terraform Module creates the following AWS Backup resources:
2121

2222
1. Backup plans - specifying **how and when** to back things up
2323
2. Resource selections - specifying **which resources** to back up
2424

25-
You associate your plans with a [Backup vault](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-vault).
25+
You associate your plans with a [Backup vault](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/backup-vault).
2626

2727
## What is a Backup Plan?
2828

@@ -91,7 +91,7 @@ module "backup_plan" {
9191

9292
## How do you troubleshoot Backup jobs?
9393

94-
See [Troubleshooting AWS Backup](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/core-concepts.md#troubleshooting-aws-backup) in the core-concepts guide.
94+
See [Troubleshooting AWS Backup](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/core-concepts.md#troubleshooting-aws-backup) in the core-concepts guide.
9595

9696
## Sample Usage
9797

@@ -106,7 +106,7 @@ See [Troubleshooting AWS Backup](https://github.com/gruntwork-io/terraform-aws-d
106106
107107
module "backup_plan" {
108108
109-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/backup-plan?ref=v0.46.0"
109+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/backup-plan?ref=v0.46.1"
110110
111111
# ----------------------------------------------------------------------------------------------------
112112
# REQUIRED VARIABLES
@@ -137,7 +137,7 @@ module "backup_plan" {
137137
# ------------------------------------------------------------------------------------------------------
138138
139139
terraform {
140-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/backup-plan?ref=v0.46.0"
140+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/backup-plan?ref=v0.46.1"
141141
}
142142
143143
inputs = {
@@ -244,11 +244,11 @@ The ARN of the IAM service role used by Backup plans
244244
<!-- ##DOCS-SOURCER-START
245245
{
246246
"originalSources": [
247-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-plan/readme.md",
248-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-plan/variables.tf",
249-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-plan/outputs.tf"
247+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/backup-plan/readme.md",
248+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/backup-plan/variables.tf",
249+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/backup-plan/outputs.tf"
250250
],
251251
"sourcePlugin": "module-catalog-api",
252-
"hash": "856f3b1e96f72e62655ee6d44724766b"
252+
"hash": "7e452d87f6031d6aa74b19934367be6d"
253253
}
254254
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-data-storage/backup-vault/backup-vault.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="Data Storage Modules" version="0.46.0" lastModifiedVersion="0.41.0"/>
12+
<VersionBadge repoTitle="Data Storage Modules" version="0.46.1" lastModifiedVersion="0.41.0"/>
1313

1414
# Backup Vault Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-vault" 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-data-storage/tree/v0.46.1/modules/backup-vault" 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-data-storage/releases/tag/v0.41.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -115,7 +115,7 @@ then you will end up with many potentially large recovery points that you cannot
115115
116116
module "backup_vault" {
117117
118-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/backup-vault?ref=v0.46.0"
118+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/backup-vault?ref=v0.46.1"
119119
120120
# ----------------------------------------------------------------------------------------------------
121121
# REQUIRED VARIABLES
@@ -159,7 +159,7 @@ module "backup_vault" {
159159
# ------------------------------------------------------------------------------------------------------
160160
161161
terraform {
162-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/backup-vault?ref=v0.46.0"
162+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/backup-vault?ref=v0.46.1"
163163
}
164164
165165
inputs = {
@@ -322,11 +322,11 @@ A map of tags assigned to the vault resources, including those inherited from th
322322
<!-- ##DOCS-SOURCER-START
323323
{
324324
"originalSources": [
325-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-vault/readme.md",
326-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-vault/variables.tf",
327-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/backup-vault/outputs.tf"
325+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/backup-vault/readme.md",
326+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/backup-vault/variables.tf",
327+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/backup-vault/outputs.tf"
328328
],
329329
"sourcePlugin": "module-catalog-api",
330-
"hash": "155f66f4c95c3026e20c56db533ee1c9"
330+
"hash": "6fb809c03cd6cfcece9d65491c22c1a2"
331331
}
332332
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-data-storage/dms/dms.md

Lines changed: 12 additions & 12 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="Data Storage Modules" version="0.46.0" lastModifiedVersion="0.40.3"/>
12+
<VersionBadge repoTitle="Data Storage Modules" version="0.46.1" lastModifiedVersion="0.40.3"/>
1313

1414
# DMS Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/dms" 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-data-storage/tree/v0.46.1/modules/dms" 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-data-storage/releases/tag/v0.40.3" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -86,10 +86,10 @@ module "dms" {
8686

8787
## Configuration
8888

89-
* See the [root README](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/README.md) for instructions on using Terraform modules.
90-
* See the [variables.tf](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/dms/variables.tf) for all the variables you can set on this module.
91-
* See the [dms-mysql examples](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/examples/dms-mysql/) folder for instruction on how to setup the modules to migrate data from an AWS RDS MySQL Instance to another AWS RDS MySQL Instance.
92-
* See the [dms-aurora examples](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/examples/dms-aurora/) folder for instructions on how to setup the modules to migrate data from an AWS RDS MySQL Instance to another AWS RDS MySQL Instance.
89+
* See the [root README](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/README.md) for instructions on using Terraform modules.
90+
* See the [variables.tf](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/dms/variables.tf) for all the variables you can set on this module.
91+
* See the [dms-mysql examples](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/examples/dms-mysql/) folder for instruction on how to setup the modules to migrate data from an AWS RDS MySQL Instance to another AWS RDS MySQL Instance.
92+
* See the [dms-aurora examples](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/examples/dms-aurora/) folder for instructions on how to setup the modules to migrate data from an AWS RDS MySQL Instance to another AWS RDS MySQL Instance.
9393

9494
## Key Variables
9595

@@ -127,7 +127,7 @@ module "dms" {
127127
128128
module "dms" {
129129
130-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/dms?ref=v0.46.0"
130+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/dms?ref=v0.46.1"
131131
132132
# ----------------------------------------------------------------------------------------------------
133133
# REQUIRED VARIABLES
@@ -371,7 +371,7 @@ module "dms" {
371371
# ------------------------------------------------------------------------------------------------------
372372
373373
terraform {
374-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/dms?ref=v0.46.0"
374+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/dms?ref=v0.46.1"
375375
}
376376
377377
inputs = {
@@ -1177,11 +1177,11 @@ A map of maps containing the replication tasks created and their full output of
11771177
<!-- ##DOCS-SOURCER-START
11781178
{
11791179
"originalSources": [
1180-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/dms/readme.md",
1181-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/dms/variables.tf",
1182-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/dms/outputs.tf"
1180+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/dms/readme.md",
1181+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/dms/variables.tf",
1182+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/dms/outputs.tf"
11831183
],
11841184
"sourcePlugin": "module-catalog-api",
1185-
"hash": "deae214ba85a6eba5bdc99d5ab15726c"
1185+
"hash": "e9aa30a79100f68690de37e3236ca769"
11861186
}
11871187
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-data-storage/efs/efs.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="Data Storage Modules" version="0.46.0" lastModifiedVersion="0.40.5"/>
12+
<VersionBadge repoTitle="Data Storage Modules" version="0.46.1" lastModifiedVersion="0.40.5"/>
1313

1414
# EFS Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/efs" 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-data-storage/tree/v0.46.1/modules/efs" 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-data-storage/releases/tag/v0.40.5" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -108,7 +108,7 @@ sudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,ret
108108
109109
module "efs" {
110110
111-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/efs?ref=v0.46.0"
111+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/efs?ref=v0.46.1"
112112
113113
# ----------------------------------------------------------------------------------------------------
114114
# REQUIRED VARIABLES
@@ -227,7 +227,7 @@ module "efs" {
227227
# ------------------------------------------------------------------------------------------------------
228228
229229
terraform {
230-
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/efs?ref=v0.46.0"
230+
source = "git::git@github.com:gruntwork-io/terraform-aws-data-storage.git//modules/efs?ref=v0.46.1"
231231
}
232232
233233
inputs = {
@@ -641,11 +641,11 @@ The IDs of the security groups created for the file system.
641641
<!-- ##DOCS-SOURCER-START
642642
{
643643
"originalSources": [
644-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/efs/readme.md",
645-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/efs/variables.tf",
646-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.0/modules/efs/outputs.tf"
644+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/efs/readme.md",
645+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/efs/variables.tf",
646+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.46.1/modules/efs/outputs.tf"
647647
],
648648
"sourcePlugin": "module-catalog-api",
649-
"hash": "5b41834a60893fc7c7433fe72767f524"
649+
"hash": "b7cbd1a0c161ab87e9a95874543f5668"
650650
}
651651
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)