Skip to content

Commit 5566468

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

File tree

12 files changed

+123
-123
lines changed

12 files changed

+123
-123
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.29.1" lastModifiedVersion="0.29.1"/>
12+
<VersionBadge repoTitle="Data Storage Modules" version="0.29.2" lastModifiedVersion="0.29.1"/>
1313

1414
# Aurora Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/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.29.2/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.29.1" 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.29.1/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.29.2/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.29.1/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.29.2/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::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/aurora?ref=v0.29.1"
140+
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/aurora?ref=v0.29.2"
141141
142142
# ----------------------------------------------------------------------------------------------------
143143
# REQUIRED VARIABLES
@@ -483,7 +483,7 @@ module "aurora" {
483483
# ------------------------------------------------------------------------------------------------------
484484
485485
terraform {
486-
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/aurora?ref=v0.29.1"
486+
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/aurora?ref=v0.29.2"
487487
}
488488
489489
inputs = {
@@ -1502,11 +1502,11 @@ Timeout for DB updating
15021502
<!-- ##DOCS-SOURCER-START
15031503
{
15041504
"originalSources": [
1505-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/aurora/readme.md",
1506-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/aurora/variables.tf",
1507-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/aurora/outputs.tf"
1505+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/aurora/readme.md",
1506+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/aurora/variables.tf",
1507+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/aurora/outputs.tf"
15081508
],
15091509
"sourcePlugin": "module-catalog-api",
1510-
"hash": "99d47b7b70b25bbf4eab6d3e46eddb00"
1510+
"hash": "96883b45e716ea41f7c9cd1b7c7236ef"
15111511
}
15121512
##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.29.1" lastModifiedVersion="0.29.1"/>
12+
<VersionBadge repoTitle="Data Storage Modules" version="0.29.2" lastModifiedVersion="0.27.2"/>
1313

1414
# Backup Plan Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/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.29.2/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.29.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.27.2" 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.29.1/modules/backup-vault).
25+
You associate your plans with a [Backup vault](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/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.29.1/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.29.2/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::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/backup-plan?ref=v0.29.1"
109+
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/backup-plan?ref=v0.29.2"
110110
111111
# ----------------------------------------------------------------------------------------------------
112112
# REQUIRED VARIABLES
@@ -137,7 +137,7 @@ module "backup_plan" {
137137
# ------------------------------------------------------------------------------------------------------
138138
139139
terraform {
140-
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/backup-plan?ref=v0.29.1"
140+
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/backup-plan?ref=v0.29.2"
141141
}
142142
143143
inputs = {
@@ -245,11 +245,11 @@ The ARN of the IAM service role used by Backup plans
245245
<!-- ##DOCS-SOURCER-START
246246
{
247247
"originalSources": [
248-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/backup-plan/readme.md",
249-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/backup-plan/variables.tf",
250-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/backup-plan/outputs.tf"
248+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/backup-plan/readme.md",
249+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/backup-plan/variables.tf",
250+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/backup-plan/outputs.tf"
251251
],
252252
"sourcePlugin": "module-catalog-api",
253-
"hash": "6981088e28970db1811b89d850657a28"
253+
"hash": "ccc999a40fb779f281ba46c133b469b9"
254254
}
255255
##DOCS-SOURCER-END -->

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

1414
# Backup Vault Module
1515

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

2020
This Terraform Module launches a [Backup Vault](https://docs.aws.amazon.com/aws-backup/latest/devguide/vaults.html) that you can use to store, organize and, optionally, preserve your AWS Backup recovery points against deletion.
2121

@@ -96,7 +96,7 @@ then you will end up with many potentially large recovery points that you cannot
9696
9797
module "backup_vault" {
9898
99-
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/backup-vault?ref=v0.29.1"
99+
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/backup-vault?ref=v0.29.2"
100100
101101
# ----------------------------------------------------------------------------------------------------
102102
# REQUIRED VARIABLES
@@ -136,7 +136,7 @@ module "backup_vault" {
136136
# ------------------------------------------------------------------------------------------------------
137137
138138
terraform {
139-
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/backup-vault?ref=v0.29.1"
139+
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/backup-vault?ref=v0.29.2"
140140
}
141141
142142
inputs = {
@@ -287,11 +287,11 @@ A map of tags assigned to the vault resources, including those inherited from th
287287
<!-- ##DOCS-SOURCER-START
288288
{
289289
"originalSources": [
290-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/backup-vault/readme.md",
291-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/backup-vault/variables.tf",
292-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/backup-vault/outputs.tf"
290+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/backup-vault/readme.md",
291+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/backup-vault/variables.tf",
292+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/backup-vault/outputs.tf"
293293
],
294294
"sourcePlugin": "module-catalog-api",
295-
"hash": "0a260217ae096de18c07ce3882776c00"
295+
"hash": "073cc0e5d3ff4c5e71ba5fce6bf32442"
296296
}
297297
##DOCS-SOURCER-END -->

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

Lines changed: 11 additions & 11 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="Data Storage Modules" version="0.29.1" lastModifiedVersion="0.29.1"/>
12+
<VersionBadge repoTitle="Data Storage Modules" version="0.29.2" lastModifiedVersion="0.27.2"/>
1313

1414
# EFS Module
1515

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

2020
This module creates an Amazon Elastic File System (EFS) file system that provides NFSv4-compatible storage that can be used with other AWS services, such as EC2 instances.
2121

@@ -45,13 +45,13 @@ This repo is a part of [the Gruntwork Infrastructure as Code Library](https://gr
4545

4646
If you just want to try this repo out for experimenting and learning, check out the following resources:
4747

48-
* [examples folder](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/examples): The `examples` folder contains sample code optimized for learning, experimenting, and testing (but not production usage).
48+
* [examples folder](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/examples): The `examples` folder contains sample code optimized for learning, experimenting, and testing (but not production usage).
4949

5050
### Production deployment
5151

5252
If you want to deploy this repo in production, check out the following resources:
5353

54-
* [efs module variables](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/efs/variables.tf): Configuration variables available for the EFS module. At minimum, you should configure the `allow_connections_from_cidr_blocks` and `allow_connections_from_security_groups` values to only allow access from your private VPC(s). You may also want to enable `storage_encrypted` to encrypt data at-rest.
54+
* [efs module variables](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/efs/variables.tf): Configuration variables available for the EFS module. At minimum, you should configure the `allow_connections_from_cidr_blocks` and `allow_connections_from_security_groups` values to only allow access from your private VPC(s). You may also want to enable `storage_encrypted` to encrypt data at-rest.
5555

5656
## Manage
5757

@@ -74,7 +74,7 @@ If you want to deploy this repo in production, check out the following resources
7474
7575
module "efs" {
7676
77-
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/efs?ref=v0.29.1"
77+
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/efs?ref=v0.29.2"
7878
7979
# ----------------------------------------------------------------------------------------------------
8080
# REQUIRED VARIABLES
@@ -176,7 +176,7 @@ module "efs" {
176176
# ------------------------------------------------------------------------------------------------------
177177
178178
terraform {
179-
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/efs?ref=v0.29.1"
179+
source = "git::[email protected]:gruntwork-io/terraform-aws-data-storage.git//modules/efs?ref=v0.29.2"
180180
}
181181
182182
inputs = {
@@ -547,11 +547,11 @@ The IDs of the security groups created for the file system.
547547
<!-- ##DOCS-SOURCER-START
548548
{
549549
"originalSources": [
550-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/efs/readme.adoc",
551-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/efs/variables.tf",
552-
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.1/modules/efs/outputs.tf"
550+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/efs/readme.adoc",
551+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/efs/variables.tf",
552+
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.29.2/modules/efs/outputs.tf"
553553
],
554554
"sourcePlugin": "module-catalog-api",
555-
"hash": "77491ea2d98d20bd536a0f1f1d0977fe"
555+
"hash": "10427c22b16cec5ab8cc3cf34c3fe087"
556556
}
557557
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)