From 69e6bbeebaa60bcbcc6a9058033dfd69b42dae72 Mon Sep 17 00:00:00 2001 From: chipbell4 Date: Thu, 20 Feb 2025 17:36:16 +0000 Subject: [PATCH] Running document script --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7f50a9..8d9d8d8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Use this URL for the source of the module. See the usage examples below for more details. ```hcl -github.com/pbs/terraform-aws-rds-module?ref=0.4.1 +github.com/pbs/terraform-aws-rds-module?ref=x.y.z ``` ### Alternative Installation Methods @@ -28,7 +28,7 @@ Integrate this module like so: ```hcl module "rds" { - source = "github.com/pbs/terraform-aws-rds-module?ref=0.4.1" + source = "github.com/pbs/terraform-aws-rds-module?ref=x.y.z" # Required Parameters private_hosted_zone = "example.local" @@ -47,7 +47,7 @@ module "rds" { If this repo is added as a subtree, then the version of the module should be close to the version shown here: -`0.4.1` +`x.y.z` Note, however that subtrees can be altered as desired within repositories. @@ -134,7 +134,7 @@ No modules. | [engine](#input\_engine) | Engine to use for the DB | `string` | `"aurora-mysql"` | no | | [engine\_mode](#input\_engine\_mode) | Engine mode of the RDS cluster | `string` | `"provisioned"` | no | | [engine\_preferred\_versions](#input\_engine\_preferred\_versions) | Engine preferred versions of the RDS cluster | `list(string)` |
[
"8.0.mysql_aurora.3.02.0"
]
| no | -| [engine\_version](#input\_engine\_version) | Engine version of the RDS cluster. If null, one will be looked up based on preferred versions. | `string` | `null` | no | +| [engine\_version](#input\_engine\_version) | Engine version of the RDS cluster | `string` | `"14.6"` | no | | [final\_snapshot\_identifier](#input\_final\_snapshot\_identifier) | Final snapshot identifier | `string` | `null` | no | | [instance\_class](#input\_instance\_class) | Instance class | `string` | `"db.serverless"` | no | | [max\_capacity](#input\_max\_capacity) | Maximum capacity for the cluster | `number` | `16` | no |