You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.1/modules/aurora"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.2/modules/aurora"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
-
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/releases/tag/v0.40.1"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
18
+
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/releases/tag/v0.40.2"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
20
20
This module creates an Amazon Aurora, a MySQL and PostgreSQL compatible relational database built for the cloud.
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.40.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.40.2/modules/aurora/variables.tf).
63
63
64
64
## How do you create a cross-region read replica cluster?
65
65
@@ -77,7 +77,7 @@ module "replica" {
77
77
}
78
78
```
79
79
80
-
See the example [here](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.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.40.2/examples/aurora-with-cross-region-replica) for more details.
81
81
82
82
## How do you destroy a cross-region read replica?
83
83
@@ -137,7 +137,7 @@ see [Limitations of Aurora Serverless](https://docs.aws.amazon.com/AmazonRDS/lat
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.1/modules/backup-plan"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.2/modules/backup-plan"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="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>
19
19
@@ -22,7 +22,7 @@ This Terraform Module creates the following AWS Backup resources:
22
22
1. Backup plans - specifying **how and when** to back things up
23
23
2. Resource selections - specifying **which resources** to back up
24
24
25
-
You associate your plans with a [Backup vault](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.1/modules/backup-vault).
25
+
You associate your plans with a [Backup vault](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.2/modules/backup-vault).
26
26
27
27
## What is a Backup Plan?
28
28
@@ -91,7 +91,7 @@ module "backup_plan" {
91
91
92
92
## How do you troubleshoot Backup jobs?
93
93
94
-
See [Troubleshooting AWS Backup](https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.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.40.2/core-concepts.md#troubleshooting-aws-backup) in the core-concepts guide.
95
95
96
96
## Sample Usage
97
97
@@ -106,7 +106,7 @@ See [Troubleshooting AWS Backup](https://github.com/gruntwork-io/terraform-aws-d
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.1/modules/backup-vault"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.2/modules/backup-vault"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="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>
19
19
@@ -96,7 +96,7 @@ then you will end up with many potentially large recovery points that you cannot
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.1/modules/dms"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.2/modules/dms"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-data-storage/releases/tag/v0.36.0"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
@@ -32,7 +32,7 @@ This module creates an Amazon Database Migration Service (DMS) that makes it pos
0 commit comments