Skip to content

Commit ba78b88

Browse files
committed
chore: update README.md
1 parent e6d2b5d commit ba78b88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,15 @@ Review the [complete example](examples/complete) to see how to use this module.
308308
| Name | Version |
309309
|------|---------|
310310
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
311-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.61.0 |
311+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.81.0 |
312312
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 2.0 |
313313
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.0 |
314314

315315
## Providers
316316

317317
| Name | Version |
318318
|------|---------|
319-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.61.0 |
319+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.81.0 |
320320
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
321321

322322
## Modules
@@ -452,7 +452,7 @@ Review the [complete example](examples/complete) to see how to use this module.
452452
| <a name="input_s3_import"></a> [s3\_import](#input\_s3\_import) | Restore from a Percona Xtrabackup in S3. The `bucket_name` is required to be in the same region as the resource. | <pre>object({<br/> bucket_name = string<br/> bucket_prefix = string<br/> ingestion_role = string<br/> source_engine = string<br/> source_engine_version = string<br/> })</pre> | `null` | no |
453453
| <a name="input_scaling_configuration"></a> [scaling\_configuration](#input\_scaling\_configuration) | List of nested attributes with scaling properties. Only valid when `engine_mode` is set to `serverless` | <pre>list(object({<br/> auto_pause = bool<br/> max_capacity = number<br/> min_capacity = number<br/> seconds_until_auto_pause = number<br/> timeout_action = string<br/> }))</pre> | `[]` | no |
454454
| <a name="input_security_groups"></a> [security\_groups](#input\_security\_groups) | List of security groups to be allowed to connect to the DB instance | `list(string)` | `[]` | no |
455-
| <a name="input_serverlessv2_scaling_configuration"></a> [serverlessv2\_scaling\_configuration](#input\_serverlessv2\_scaling\_configuration) | serverlessv2 scaling properties | <pre>object({<br/> min_capacity = number<br/> max_capacity = number<br/> })</pre> | `null` | no |
455+
| <a name="input_serverlessv2_scaling_configuration"></a> [serverlessv2\_scaling\_configuration](#input\_serverlessv2\_scaling\_configuration) | serverlessv2 scaling properties | <pre>object({<br/> min_capacity = number<br/> max_capacity = number<br/> seconds_until_auto_pause = optional(number, null)<br/> })</pre> | `null` | no |
456456
| <a name="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot) | Determines whether a final DB snapshot is created before the DB cluster is deleted | `bool` | `true` | no |
457457
| <a name="input_snapshot_identifier"></a> [snapshot\_identifier](#input\_snapshot\_identifier) | Specifies whether or not to create this cluster from a snapshot | `string` | `null` | no |
458458
| <a name="input_source_region"></a> [source\_region](#input\_source\_region) | Source Region of primary cluster, needed when using encrypted storage and region replicas | `string` | `""` | no |

0 commit comments

Comments
 (0)