Commit 8de6c3f8 authored by Mo Omer's avatar Mo Omer Committed by Anton Babenko

Update CA Certificate identifier default to 'rds-ca-2019' (#182)

parent 4e654b5e
...@@ -346,5 +346,5 @@ variable "max_allocated_storage" { ...@@ -346,5 +346,5 @@ variable "max_allocated_storage" {
variable "ca_cert_identifier" { variable "ca_cert_identifier" {
description = "Specifies the identifier of the CA certificate for the DB instance" description = "Specifies the identifier of the CA certificate for the DB instance"
type = string type = string
default = "rds-ca-2015" default = "rds-ca-2019"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment