Skip to content

Commit

Permalink
[WIP] Update the default value for rds ca cert
Browse files Browse the repository at this point in the history
  • Loading branch information
samkahchiin committed Nov 30, 2023
1 parent d2f4a6d commit b196126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "project" {}
variable "environment" {}

variable "ca_cert_identifier" {
default = "rds-ca-rsa2048-g1"
default = "rds-ca-ecc384-g1"
type = string
}

Expand Down

0 comments on commit b196126

Please sign in to comment.