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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,7 @@ Users have the ability to:
245
245
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| The Availability Zone of the RDS instance |`string`|`null`| no |
246
246
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| The days to retain backups for |`number`|`null`| no |
247
247
| <aname="input_backup_window"></a> [backup\_window](#input\_backup\_window)| The daily time range (in UTC) during which automated backups are created if they are enabled. Example: '09:46-10:16'. Must not overlap with maintenance\_window |`string`|`null`| no |
248
+
| <aname="input_blue_green_update"></a> [blue\_green\_update](#input\_blue\_green\_update)| Enables low-downtime updates using RDS Blue/Green deployments. |`map(string)`|`{}`| no |
248
249
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| Specifies the identifier of the CA certificate for the DB instance |`string`|`null`| no |
249
250
| <aname="input_character_set_name"></a> [character\_set\_name](#input\_character\_set\_name)| The character set name to use for DB encoding in Oracle instances. This can't be changed. See Oracle Character Sets Supported in Amazon RDS and Collations and Character Sets for Microsoft SQL Server for more information. This can only be set on creation |`string`|`null`| no |
250
251
| <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 |
Copy file name to clipboardExpand all lines: modules/db_instance/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ No modules.
43
43
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| The Availability Zone of the RDS instance |`string`|`null`| no |
44
44
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| The days to retain backups for |`number`|`null`| no |
45
45
| <aname="input_backup_window"></a> [backup\_window](#input\_backup\_window)| The daily time range (in UTC) during which automated backups are created if they are enabled. Example: '09:46-10:16'. Must not overlap with maintenance\_window |`string`|`null`| no |
46
+
| <aname="input_blue_green_update"></a> [blue\_green\_update](#input\_blue\_green\_update)| Enables low-downtime updates using RDS Blue/Green deployments. |`map(string)`|`{}`| no |
46
47
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| Specifies the identifier of the CA certificate for the DB instance |`string`|`null`| no |
47
48
| <aname="input_character_set_name"></a> [character\_set\_name](#input\_character\_set\_name)| The character set name to use for DB encoding in Oracle instances. This can't be changed. See Oracle Character Sets Supported in Amazon RDS and Collations and Character Sets for Microsoft SQL Server for more information. This can only be set on creation. |`string`|`null`| no |
48
49
| <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 |
0 commit comments