diff --git a/README.md b/README.md index 5d5a6b2..c446738 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ No modules. | [db\_iops](#input\_db\_iops) | The amount of provisioned IOPS. | `number` | `null` | no | | [db\_max\_allocated\_storage](#input\_db\_max\_allocated\_storage) | Maximum storage limit for storage autoscaling | `string` | `"10000"` | no | | [db\_name](#input\_db\_name) | The name of the database to be created on the instance (if empty, it will be the generated random identifier) | `string` | `""` | no | -| [db\_parameter](#input\_db\_parameter) | A list of DB parameters to apply. Note that parameters may differ from a DB family to another |
list(object({|
apply_method = string
name = string
value = string
}))
[| no | +| [db\_parameter](#input\_db\_parameter) | A list of DB parameters to apply. Note that parameters may differ from a DB family to another |
{
"apply_method": "immediate",
"name": "rds.force_ssl",
"value": "1"
}
]
list(object({|
apply_method = string
name = string
value = string
}))
[| no | | [db\_password\_rotated\_date](#input\_db\_password\_rotated\_date) | Using this variable will spin new db password by providing date as value | `string` | `""` | no | | [deletion\_protection](#input\_deletion\_protection) | (Optional) 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. | `string` | `"false"` | no | | [enable\_rds\_auto\_start\_stop](#input\_enable\_rds\_auto\_start\_stop) | Enable auto start and stop of the RDS instances during 10:00 PM - 6:00 AM for cost saving | `bool` | `false` | no |
{
"apply_method": "immediate",
"name": "rds.force_ssl",
"value": "1"
}
]