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_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 |
284
284
| <aname="input_cloudwatch_log_group_retention_in_days"></a> [cloudwatch\_log\_group\_retention\_in\_days](#input\_cloudwatch\_log\_group\_retention\_in\_days)| The number of days to retain CloudWatch logs for the DB instance |`number`|`7`| no |
285
285
| <aname="input_cloudwatch_log_group_skip_destroy"></a> [cloudwatch\_log\_group\_skip\_destroy](#input\_cloudwatch\_log\_group\_skip\_destroy)| Set to true if you do not wish the log group (and any logs it may contain) to be deleted at destroy time, and instead just remove the log group from the Terraform state |`bool`|`null`| no |
286
+
| <aname="input_cluster_ca_cert_identifier"></a> [cluster\_ca\_cert\_identifier](#input\_cluster\_ca\_cert\_identifier)| The CA certificate identifier to use for the DB cluster's server certificate. Currently only supported for multi-az DB clusters |`string`|`null`| no |
286
287
| <aname="input_cluster_members"></a> [cluster\_members](#input\_cluster\_members)| List of RDS Instances that are a part of this cluster |`list(string)`|`null`| no |
287
288
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| A map of tags to add to only the cluster. Used for AWS Instance Scheduler tagging |`map(string)`|`{}`| no |
288
289
| <aname="input_cluster_timeouts"></a> [cluster\_timeouts](#input\_cluster\_timeouts)| Create, update, and delete timeout configurations for the cluster |`map(string)`|`{}`| no |
@@ -392,6 +393,8 @@ No modules.
392
393
|------|-------------|
393
394
| <aname="output_additional_cluster_endpoints"></a> [additional\_cluster\_endpoints](#output\_additional\_cluster\_endpoints)| A map of additional cluster endpoints and their attributes |
394
395
| <aname="output_cluster_arn"></a> [cluster\_arn](#output\_cluster\_arn)| Amazon Resource Name (ARN) of cluster |
396
+
| <aname="output_cluster_ca_certificate_identifier"></a> [cluster\_ca\_certificate\_identifier](#output\_cluster\_ca\_certificate\_identifier)| CA identifier of the CA certificate used for the DB instance's server certificate |
397
+
| <aname="output_cluster_ca_certificate_valid_till"></a> [cluster\_ca\_certificate\_valid\_till](#output\_cluster\_ca\_certificate\_valid\_till)| Expiration date of the DB instance’s server certificate |
395
398
| <aname="output_cluster_database_name"></a> [cluster\_database\_name](#output\_cluster\_database\_name)| Name for an automatically created database on cluster creation |
396
399
| <aname="output_cluster_endpoint"></a> [cluster\_endpoint](#output\_cluster\_endpoint)| Writer endpoint for the cluster |
397
400
| <aname="output_cluster_engine_version_actual"></a> [cluster\_engine\_version\_actual](#output\_cluster\_engine\_version\_actual)| The running version of the cluster database |
| <aname="output_additional_cluster_endpoints"></a> [additional\_cluster\_endpoints](#output\_additional\_cluster\_endpoints)| A map of additional cluster endpoints and their attributes |
53
53
| <aname="output_cluster_arn"></a> [cluster\_arn](#output\_cluster\_arn)| Amazon Resource Name (ARN) of cluster |
54
+
| <aname="output_cluster_ca_certificate_identifier"></a> [cluster\_ca\_certificate\_identifier](#output\_cluster\_ca\_certificate\_identifier)| CA identifier of the CA certificate used for the DB instance's server certificate |
55
+
| <aname="output_cluster_ca_certificate_valid_till"></a> [cluster\_ca\_certificate\_valid\_till](#output\_cluster\_ca\_certificate\_valid\_till)| Expiration date of the DB instance’s server certificate |
54
56
| <aname="output_cluster_database_name"></a> [cluster\_database\_name](#output\_cluster\_database\_name)| Name for an automatically created database on cluster creation |
55
57
| <aname="output_cluster_endpoint"></a> [cluster\_endpoint](#output\_cluster\_endpoint)| Writer endpoint for the cluster |
56
58
| <aname="output_cluster_engine_version_actual"></a> [cluster\_engine\_version\_actual](#output\_cluster\_engine\_version\_actual)| The running version of the cluster database |
0 commit comments