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_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_wo` is provided |`bool`|`true`| no |
350
350
| <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. By default, false on creation, rotation is managed by RDS. There is not currently a way to disable this on initial creation even when set to false. Setting this value to false after previously having been set to true will disable automatic rotation |`bool`|`false`| no |
351
351
| <aname="input_master_password_wo"></a> [master\_password\_wo](#input\_master\_password\_wo)| Write-Only required unless `manage_master_user_password` is set to `true`, a `snapshot_identifier`, `replication_source_identifier`, or unless a `global_cluster_identifier` is provided when the cluster is the "secondary" cluster of a global database) Password for the master DB user |`string`|`null`| no |
352
-
| <aname="input_master_password_wo_version"></a> [master\_password\_wo\_version](#input\_master\_password\_wo\_version)| Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required |`string`|`null`| no |
352
+
| <aname="input_master_password_wo_version"></a> [master\_password\_wo\_version](#input\_master\_password\_wo\_version)| Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required |`number`|`null`| no |
353
353
| <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 |
354
354
| <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 |
355
355
| <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 |
@@ -402,14 +402,14 @@ No modules.
402
402
| <aname="output_cluster_hosted_zone_id"></a> [cluster\_hosted\_zone\_id](#output\_cluster\_hosted\_zone\_id)| The Route53 Hosted Zone ID of the endpoint |
403
403
| <aname="output_cluster_id"></a> [cluster\_id](#output\_cluster\_id)| The RDS Cluster Identifier |
404
404
| <aname="output_cluster_instances"></a> [cluster\_instances](#output\_cluster\_instances)| A map of cluster instances and their attributes |
405
-
| <aname="output_cluster_master_password"></a> [cluster\_master\_password](#output\_cluster\_master\_password)| The database master password |
406
405
| <aname="output_cluster_master_user_secret"></a> [cluster\_master\_user\_secret](#output\_cluster\_master\_user\_secret)| The generated database master user secret when `manage_master_user_password` is set to `true`|
407
406
| <aname="output_cluster_master_username"></a> [cluster\_master\_username](#output\_cluster\_master\_username)| The database master username |
408
407
| <aname="output_cluster_members"></a> [cluster\_members](#output\_cluster\_members)| List of RDS Instances that are a part of this cluster |
409
408
| <aname="output_cluster_port"></a> [cluster\_port](#output\_cluster\_port)| The database port |
410
409
| <aname="output_cluster_reader_endpoint"></a> [cluster\_reader\_endpoint](#output\_cluster\_reader\_endpoint)| A read-only endpoint for the cluster, automatically load-balanced across replicas |
411
410
| <aname="output_cluster_resource_id"></a> [cluster\_resource\_id](#output\_cluster\_resource\_id)| The RDS Cluster Resource ID |
412
411
| <aname="output_cluster_role_associations"></a> [cluster\_role\_associations](#output\_cluster\_role\_associations)| A map of IAM roles associated with the cluster and their attributes |
412
+
| <aname="output_cluster_upgrade_rollout_order"></a> [cluster\_upgrade\_rollout\_order](#output\_cluster\_upgrade\_rollout\_order)| Order in which the clusters are upgraded (first, second, last) |
413
413
| <aname="output_db_cluster_activity_stream_kinesis_stream_name"></a> [db\_cluster\_activity\_stream\_kinesis\_stream\_name](#output\_db\_cluster\_activity\_stream\_kinesis\_stream\_name)| The name of the Amazon Kinesis data stream to be used for the database activity stream |
414
414
| <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 |
415
415
| <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 |
Copy file name to clipboardExpand all lines: docs/UPGRADE-10.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ If you find a bug, please open an issue with supporting configuration to reprodu
5
5
6
6
## List of backwards incompatible changes
7
7
8
-
- Terraform `v1.11` is now minimum supported version to support write-only (`wo_*`) attributes.
8
+
- Terraform `v1.11.1` is now minimum supported version to support write-only (`wo_*`) attributes.
9
9
- AWS provider `v6.18` is now minimum supported version
10
10
- The underlying `aws_security_group_rule` resources has been replaced with `aws_vpc_security_group_ingress_rule` and `aws_vpc_security_group_egress_rule` to allow for more flexibility in defining security group rules.
11
11
-`master_password` is no longer supported and only the write-only equivalent is supported (`master_password_wo` and `master_password_wo_version`) ([#513](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/pull/513))
@@ -83,7 +83,7 @@ If you find a bug, please open an issue with supporting configuration to reprodu
| <aname="output_cluster_reader_endpoint"></a> [cluster\_reader\_endpoint](#output\_cluster\_reader\_endpoint)| A read-only endpoint for the cluster, automatically load-balanced across replicas |
65
65
| <aname="output_cluster_resource_id"></a> [cluster\_resource\_id](#output\_cluster\_resource\_id)| The RDS Cluster Resource ID |
66
66
| <aname="output_cluster_role_associations"></a> [cluster\_role\_associations](#output\_cluster\_role\_associations)| A map of IAM roles associated with the cluster and their attributes |
67
+
| <aname="output_cluster_upgrade_rollout_order"></a> [cluster\_upgrade\_rollout\_order](#output\_cluster\_upgrade\_rollout\_order)| Order in which the clusters are upgraded (first, second, last) |
67
68
| <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 |
68
69
| <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 |
69
70
| <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 |
| <aname="output_primary_db_cluster_cloudwatch_log_groups"></a> [primary\_db\_cluster\_cloudwatch\_log\_groups](#output\_primary\_db\_cluster\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
78
78
| <aname="output_primary_db_cluster_parameter_group_arn"></a> [primary\_db\_cluster\_parameter\_group\_arn](#output\_primary\_db\_cluster\_parameter\_group\_arn)| The ARN of the DB cluster parameter group created |
79
79
| <aname="output_primary_db_cluster_parameter_group_id"></a> [primary\_db\_cluster\_parameter\_group\_id](#output\_primary\_db\_cluster\_parameter\_group\_id)| The ID of the DB cluster parameter group created |
80
+
| <aname="output_primary_db_cluster_upgrade_rollout_order"></a> [primary\_db\_cluster\_upgrade\_rollout\_order](#output\_primary\_db\_cluster\_upgrade\_rollout\_order)| Order in which the clusters are upgraded (first, second, last) |
80
81
| <aname="output_primary_db_parameter_group_arn"></a> [primary\_db\_parameter\_group\_arn](#output\_primary\_db\_parameter\_group\_arn)| The ARN of the DB parameter group created |
81
82
| <aname="output_primary_db_parameter_group_id"></a> [primary\_db\_parameter\_group\_id](#output\_primary\_db\_parameter\_group\_id)| The ID of the DB parameter group created |
82
83
| <aname="output_primary_db_subnet_group_name"></a> [primary\_db\_subnet\_group\_name](#output\_primary\_db\_subnet\_group\_name)| The db subnet group name |
@@ -101,6 +102,7 @@ No inputs.
101
102
| <aname="output_secondary_db_cluster_cloudwatch_log_groups"></a> [secondary\_db\_cluster\_cloudwatch\_log\_groups](#output\_secondary\_db\_cluster\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
102
103
| <aname="output_secondary_db_cluster_parameter_group_arn"></a> [secondary\_db\_cluster\_parameter\_group\_arn](#output\_secondary\_db\_cluster\_parameter\_group\_arn)| The ARN of the DB cluster parameter group created |
103
104
| <aname="output_secondary_db_cluster_parameter_group_id"></a> [secondary\_db\_cluster\_parameter\_group\_id](#output\_secondary\_db\_cluster\_parameter\_group\_id)| The ID of the DB cluster parameter group created |
105
+
| <aname="output_secondary_db_cluster_upgrade_rollout_order"></a> [secondary\_db\_cluster\_upgrade\_rollout\_order](#output\_secondary\_db\_cluster\_upgrade\_rollout\_order)| Order in which the clusters are upgraded (first, second, last) |
104
106
| <aname="output_secondary_db_parameter_group_arn"></a> [secondary\_db\_parameter\_group\_arn](#output\_secondary\_db\_parameter\_group\_arn)| The ARN of the DB parameter group created |
105
107
| <aname="output_secondary_db_parameter_group_id"></a> [secondary\_db\_parameter\_group\_id](#output\_secondary\_db\_parameter\_group\_id)| The ID of the DB parameter group created |
106
108
| <aname="output_secondary_db_subnet_group_name"></a> [secondary\_db\_subnet\_group\_name](#output\_secondary\_db\_subnet\_group\_name)| The db subnet group name |
0 commit comments