Skip to content

Commit fcac37f

Browse files
committed
fix: use newer certifcate
1 parent f2d24ff commit fcac37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rds_cluster_instance/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "apply_immediately" {
1919
}
2020

2121
variable "ca_cert_identifier" {
22-
default = "rds-ca-2019"
22+
default = "rds-ca-rsa2048-g1"
2323
description = "The identifier of the CA certificate for the DB instance."
2424
type = string
2525
}

0 commit comments

Comments
 (0)