We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d24ff commit fcac37fCopy full SHA for fcac37f
modules/rds_cluster_instance/variables.tf
@@ -19,7 +19,7 @@ variable "apply_immediately" {
19
}
20
21
variable "ca_cert_identifier" {
22
- default = "rds-ca-2019"
+ default = "rds-ca-rsa2048-g1"
23
description = "The identifier of the CA certificate for the DB instance."
24
type = string
25
0 commit comments