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
|[aws_iam_policy_document.monitoring_rds_assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -341,7 +342,12 @@ No modules.
341
342
| <aname="input_is_primary_cluster"></a> [is\_primary\_cluster](#input\_is\_primary\_cluster)| Determines whether cluster is primary cluster with writer instance (set to `false` for global cluster and replica clusters) |`bool`|`true`| no |
342
343
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| The ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to `true`|`string`|`null`| no |
343
344
| <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. Cannot be set if `master_password` is provided |`bool`|`true`| no |
345
+
| <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 |
344
346
| <aname="input_master_password"></a> [master\_password](#input\_master\_password)| Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Required unless `manage_master_user_password` is set to `true` or unless `snapshot_identifier` or `replication_source_identifier` is provided or unless a `global_cluster_identifier` is provided when the cluster is the secondary cluster of a global database |`string`|`null`| no |
347
+
| <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 |
348
+
| <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 `master_user_password_rotation_automatically_after_days` or `master_user_password_rotation_schedule_expression` must be specified |`number`|`null`| no |
349
+
| <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 |
350
+
| <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 `master_user_password_rotation_automatically_after_days` or `master_user_password_rotation_schedule_expression` must be specified |`string`|`null`| no |
345
351
| <aname="input_master_user_secret_kms_key_id"></a> [master\_user\_secret\_kms\_key\_id](#input\_master\_user\_secret\_kms\_key\_id)| The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key |`string`|`null`| no |
346
352
| <aname="input_master_username"></a> [master\_username](#input\_master\_username)| Username for the master DB user. Required unless `snapshot_identifier` or `replication_source_identifier` is provided or unless a `global_cluster_identifier` is provided when the cluster is the secondary cluster of a global database |`string`|`null`| no |
347
353
| <aname="input_monitoring_interval"></a> [monitoring\_interval](#input\_monitoring\_interval)| The interval, in seconds, between points when Enhanced Monitoring metrics are collected for instances. Set to `0` to disable. Default is `0`|`number`|`0`| no |
@@ -401,6 +407,7 @@ No modules.
401
407
| <aname="output_db_cluster_cloudwatch_log_groups"></a> [db\_cluster\_cloudwatch\_log\_groups](#output\_db\_cluster\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
402
408
| <aname="output_db_cluster_parameter_group_arn"></a> [db\_cluster\_parameter\_group\_arn](#output\_db\_cluster\_parameter\_group\_arn)| The ARN of the DB cluster parameter group created |
403
409
| <aname="output_db_cluster_parameter_group_id"></a> [db\_cluster\_parameter\_group\_id](#output\_db\_cluster\_parameter\_group\_id)| The ID of the DB cluster parameter group created |
410
+
| <aname="output_db_cluster_secretsmanager_secret_rotation_enabled"></a> [db\_cluster\_secretsmanager\_secret\_rotation\_enabled](#output\_db\_cluster\_secretsmanager\_secret\_rotation\_enabled)| Specifies whether automatic rotation is enabled for the secret |
404
411
| <aname="output_db_parameter_group_arn"></a> [db\_parameter\_group\_arn](#output\_db\_parameter\_group\_arn)| The ARN of the DB parameter group created |
405
412
| <aname="output_db_parameter_group_id"></a> [db\_parameter\_group\_id](#output\_db\_parameter\_group\_id)| The ID of the DB parameter group created |
406
413
| <aname="output_db_subnet_group_name"></a> [db\_subnet\_group\_name](#output\_db\_subnet\_group\_name)| The db subnet group name |
Copy file name to clipboardExpand all lines: examples/multi-az/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
@@ -66,6 +66,7 @@ No inputs.
66
66
| <aname="output_db_cluster_cloudwatch_log_groups"></a> [db\_cluster\_cloudwatch\_log\_groups](#output\_db\_cluster\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
67
67
| <aname="output_db_cluster_parameter_group_arn"></a> [db\_cluster\_parameter\_group\_arn](#output\_db\_cluster\_parameter\_group\_arn)| The ARN of the DB cluster parameter group created |
68
68
| <aname="output_db_cluster_parameter_group_id"></a> [db\_cluster\_parameter\_group\_id](#output\_db\_cluster\_parameter\_group\_id)| The ID of the DB cluster parameter group created |
69
+
| <aname="output_db_cluster_secretsmanager_secret_rotation_enabled"></a> [db\_cluster\_secretsmanager\_secret\_rotation\_enabled](#output\_db\_cluster\_secretsmanager\_secret\_rotation\_enabled)| Specifies whether automatic rotation is enabled for the secret |
69
70
| <aname="output_db_parameter_group_arn"></a> [db\_parameter\_group\_arn](#output\_db\_parameter\_group\_arn)| The ARN of the DB parameter group created |
70
71
| <aname="output_db_parameter_group_id"></a> [db\_parameter\_group\_id](#output\_db\_parameter\_group\_id)| The ID of the DB parameter group created |
71
72
| <aname="output_db_subnet_group_name"></a> [db\_subnet\_group\_name](#output\_db\_subnet\_group\_name)| The db subnet group name |
Copy file name to clipboardExpand all lines: examples/mysql/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
@@ -69,6 +69,7 @@ No inputs.
69
69
| <aname="output_db_cluster_cloudwatch_log_groups"></a> [db\_cluster\_cloudwatch\_log\_groups](#output\_db\_cluster\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
70
70
| <aname="output_db_cluster_parameter_group_arn"></a> [db\_cluster\_parameter\_group\_arn](#output\_db\_cluster\_parameter\_group\_arn)| The ARN of the DB cluster parameter group created |
71
71
| <aname="output_db_cluster_parameter_group_id"></a> [db\_cluster\_parameter\_group\_id](#output\_db\_cluster\_parameter\_group\_id)| The ID of the DB cluster parameter group created |
72
+
| <aname="output_db_cluster_secretsmanager_secret_rotation_enabled"></a> [db\_cluster\_secretsmanager\_secret\_rotation\_enabled](#output\_db\_cluster\_secretsmanager\_secret\_rotation\_enabled)| Specifies whether automatic rotation is enabled for the secret |
72
73
| <aname="output_db_parameter_group_arn"></a> [db\_parameter\_group\_arn](#output\_db\_parameter\_group\_arn)| The ARN of the DB parameter group created |
73
74
| <aname="output_db_parameter_group_id"></a> [db\_parameter\_group\_id](#output\_db\_parameter\_group\_id)| The ID of the DB parameter group created |
74
75
| <aname="output_db_subnet_group_name"></a> [db\_subnet\_group\_name](#output\_db\_subnet\_group\_name)| The db subnet group name |
description="Whether to manage the master user password rotation. Setting this value to false after previously having been set to true will disable automatic rotation."
description="Specifies the number of days between automatic scheduled rotations of the secret. Either `master_user_password_rotation_automatically_after_days` or `master_user_password_rotation_schedule_expression` must be specified"
description="A cron() or rate() expression that defines the schedule for rotating your secret. Either `master_user_password_rotation_automatically_after_days` or `master_user_password_rotation_schedule_expression` must be specified"
0 commit comments