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_maintenance_window"></a> [maintenance\_window](#input\_maintenance\_window)| The window to perform maintenance in. Syntax: 'ddd:hh24:mi-ddd:hh24:mi'. Eg: 'Mon:00:00-Mon:03:00' |`string`|`null`| no |
283
283
| <aname="input_major_engine_version"></a> [major\_engine\_version](#input\_major\_engine\_version)| Specifies the major version of the engine that this option group should be associated with |`string`|`null`| no |
284
284
| <aname="input_manage_master_user_password"></a> [manage\_master\_user\_password](#input\_manage\_master\_user\_password)| Set to true to allow RDS to manage the master user password in Secrets Manager |`bool`|`true`| no |
285
+
| <aname="input_manage_master_user_password_rotation"></a> [manage\_master\_user\_password\_rotation](#input\_manage\_master\_user\_password\_rotation)| Whether to manage the master user password rotation. Setting this value to false after previously having been set to true will disable automatic rotation. |`bool`|`false`| no |
286
+
| <aname="input_master_user_password_rotate_immediately"></a> [master\_user\_password\_rotate\_immediately](#input\_master\_user\_password\_rotate\_immediately)| Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window. |`bool`|`null`| no |
287
+
| <aname="input_master_user_password_rotation_automatically_after_days"></a> [master\_user\_password\_rotation\_automatically\_after\_days](#input\_master\_user\_password\_rotation\_automatically\_after\_days)| Specifies the number of days between automatic scheduled rotations of the secret. Either automatically\_after\_days or schedule\_expression must be specified. |`number`|`null`| no |
288
+
| <aname="input_master_user_password_rotation_duration"></a> [master\_user\_password\_rotation\_duration](#input\_master\_user\_password\_rotation\_duration)| The length of the rotation window in hours. For example, 3h for a three hour window. |`string`|`null`| no |
289
+
| <aname="input_master_user_password_rotation_schedule_expression"></a> [master\_user\_password\_rotation\_schedule\_expression](#input\_master\_user\_password\_rotation\_schedule\_expression)| A cron() or rate() expression that defines the schedule for rotating your secret. Either automatically\_after\_days or schedule\_expression must be specified. |`string`|`null`| no |
285
290
| <aname="input_master_user_secret_kms_key_id"></a> [master\_user\_secret\_kms\_key\_id](#input\_master\_user\_secret\_kms\_key\_id)| The key ARN, key ID, alias ARN or alias name for the KMS key to encrypt the master user password secret in Secrets Manager.<br> If not specified, the default KMS key for your Amazon Web Services account is used. |`string`|`null`| no |
286
291
| <aname="input_max_allocated_storage"></a> [max\_allocated\_storage](#input\_max\_allocated\_storage)| Specifies the value for Storage Autoscaling |`number`|`0`| no |
287
292
| <aname="input_monitoring_interval"></a> [monitoring\_interval](#input\_monitoring\_interval)| The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60 |`number`|`0`| no |
@@ -346,6 +351,7 @@ No resources.
346
351
| <aname="output_db_instance_port"></a> [db\_instance\_port](#output\_db\_instance\_port)| The database port |
347
352
| <aname="output_db_instance_resource_id"></a> [db\_instance\_resource\_id](#output\_db\_instance\_resource\_id)| The RDS Resource ID of this instance |
348
353
| <aname="output_db_instance_role_associations"></a> [db\_instance\_role\_associations](#output\_db\_instance\_role\_associations)| A map of DB Instance Identifiers and IAM Role ARNs separated by a comma |
354
+
| <aname="output_db_instance_secretsmanager_secret_rotation_enabled"></a> [db\_instance\_secretsmanager\_secret\_rotation\_enabled](#output\_db\_instance\_secretsmanager\_secret\_rotation\_enabled)| Specifies whether automatic rotation is enabled for the secret |
349
355
| <aname="output_db_instance_status"></a> [db\_instance\_status](#output\_db\_instance\_status)| The RDS instance status |
350
356
| <aname="output_db_instance_username"></a> [db\_instance\_username](#output\_db\_instance\_username)| The master username for the database |
351
357
| <aname="output_db_listener_endpoint"></a> [db\_listener\_endpoint](#output\_db\_listener\_endpoint)| Specifies the listener connection endpoint for SQL Server Always On |
| <aname="output_db_default_master_user_secret_arn"></a> [db\_default\_master\_user\_secret\_arn](#output\_db\_default\_master\_user\_secret\_arn)| The ARN of the master user secret (Only available when manage\_master\_user\_password is set to true) |
73
73
| <aname="output_db_default_parameter_group_arn"></a> [db\_default\_parameter\_group\_arn](#output\_db\_default\_parameter\_group\_arn)| The ARN of the db parameter group |
74
74
| <aname="output_db_default_parameter_group_id"></a> [db\_default\_parameter\_group\_id](#output\_db\_default\_parameter\_group\_id)| The db parameter group id |
75
+
| <aname="output_db_default_secretsmanager_secret_rotation_enabled"></a> [db\_default\_secretsmanager\_secret\_rotation\_enabled](#output\_db\_default\_secretsmanager\_secret\_rotation\_enabled)| Specifies whether automatic rotation is enabled for the secret |
75
76
| <aname="output_db_default_subnet_group_arn"></a> [db\_default\_subnet\_group\_arn](#output\_db\_default\_subnet\_group\_arn)| The ARN of the db subnet group |
76
77
| <aname="output_db_default_subnet_group_id"></a> [db\_default\_subnet\_group\_id](#output\_db\_default\_subnet\_group\_id)| The db subnet group name |
77
78
| <aname="output_db_enhanced_monitoring_iam_role_arn"></a> [db\_enhanced\_monitoring\_iam\_role\_arn](#output\_db\_enhanced\_monitoring\_iam\_role\_arn)| The Amazon Resource Name (ARN) specifying the monitoring role |
@@ -88,6 +89,7 @@ No inputs.
88
89
| <aname="output_db_instance_name"></a> [db\_instance\_name](#output\_db\_instance\_name)| The database name |
89
90
| <aname="output_db_instance_port"></a> [db\_instance\_port](#output\_db\_instance\_port)| The database port |
90
91
| <aname="output_db_instance_resource_id"></a> [db\_instance\_resource\_id](#output\_db\_instance\_resource\_id)| The RDS Resource ID of this instance |
92
+
| <aname="output_db_instance_secretsmanager_secret_rotation_enabled"></a> [db\_instance\_secretsmanager\_secret\_rotation\_enabled](#output\_db\_instance\_secretsmanager\_secret\_rotation\_enabled)| Specifies whether automatic rotation is enabled for the secret |
91
93
| <aname="output_db_instance_status"></a> [db\_instance\_status](#output\_db\_instance\_status)| The RDS instance status |
92
94
| <aname="output_db_instance_username"></a> [db\_instance\_username](#output\_db\_instance\_username)| The master username for the database |
93
95
| <aname="output_db_parameter_group_arn"></a> [db\_parameter\_group\_arn](#output\_db\_parameter\_group\_arn)| The ARN of the db parameter group |
0 commit comments