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
| <aname="input_autoscaling_target_cpu"></a> [autoscaling\_target\_cpu](#input\_autoscaling\_target\_cpu)| CPU threshold which will initiate autoscaling |`number`|`70`| no |
277
277
| <aname="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones)| List of EC2 Availability Zones for the DB cluster storage where DB cluster instances can be created. RDS automatically assigns 3 AZs if less than 3 AZs are configured, which will show as a difference requiring resource recreation next Terraform apply |`list(string)`|`null`| no |
278
278
| <aname="input_backtrack_window"></a> [backtrack\_window](#input\_backtrack\_window)| The target backtrack window, in seconds. Only available for `aurora` engine currently. To disable backtracking, set this value to 0. Must be between 0 and 259200 (72 hours) |`number`|`null`| no |
279
-
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| The days to retain backups for. Default `7`|`number`|`7`| no |
279
+
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| The days to retain backups for|`number`|`null`| no |
280
280
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| The identifier of the CA certificate for the DB instance |`string`|`null`| no |
281
281
| <aname="input_cloudwatch_log_group_kms_key_id"></a> [cloudwatch\_log\_group\_kms\_key\_id](#input\_cloudwatch\_log\_group\_kms\_key\_id)| The ARN of the KMS Key to use when encrypting log data |`string`|`null`| no |
282
282
| <aname="input_cloudwatch_log_group_retention_in_days"></a> [cloudwatch\_log\_group\_retention\_in\_days](#input\_cloudwatch\_log\_group\_retention\_in\_days)| The number of days to retain CloudWatch logs for the DB instance |`number`|`7`| no |
@@ -309,6 +309,7 @@ No modules.
309
309
| <aname="input_db_parameter_group_parameters"></a> [db\_parameter\_group\_parameters](#input\_db\_parameter\_group\_parameters)| A list of DB parameters to apply. Note that parameters may differ from a family to an other |`list(map(string))`|`[]`| no |
310
310
| <aname="input_db_parameter_group_use_name_prefix"></a> [db\_parameter\_group\_use\_name\_prefix](#input\_db\_parameter\_group\_use\_name\_prefix)| Determines whether the DB parameter group name is used as a prefix |`bool`|`true`| no |
311
311
| <aname="input_db_subnet_group_name"></a> [db\_subnet\_group\_name](#input\_db\_subnet\_group\_name)| The name of the subnet group name (existing or created) |`string`|`""`| no |
312
+
| <aname="input_delete_automated_backups"></a> [delete\_automated\_backups](#input\_delete\_automated\_backups)| Specifies whether to remove automated backups immediately after the DB cluster is deleted |`bool`|`null`| no |
312
313
| <aname="input_deletion_protection"></a> [deletion\_protection](#input\_deletion\_protection)| If the DB instance should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`|`bool`|`null`| no |
313
314
| <aname="input_enable_global_write_forwarding"></a> [enable\_global\_write\_forwarding](#input\_enable\_global\_write\_forwarding)| Whether cluster should forward writes to an associated global cluster. Applied to secondary clusters to enable them to forward writes to an `aws_rds_global_cluster`'s primary cluster |`bool`|`null`| no |
314
315
| <aname="input_enable_http_endpoint"></a> [enable\_http\_endpoint](#input\_enable\_http\_endpoint)| Enable HTTP endpoint (data API). Only valid when engine\_mode is set to `serverless`|`bool`|`null`| no |
0 commit comments