From b447aa80b281089c162f736d90a9634e72b6be7b Mon Sep 17 00:00:00 2001 From: Fernanda Meheust Date: Fri, 13 Feb 2026 13:02:37 +0100 Subject: [PATCH] Replaced deprecated cipher suite by oci-tls-13-ssl-cipher-suite-v3 --- constants.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.tf b/constants.tf index 706eb93..ccfedf1 100644 --- a/constants.tf +++ b/constants.tf @@ -37,7 +37,7 @@ variable "lb_health_check_retries" { variable "lb_listener_cypher_suite" { type = string - default = "oci-wider-compatible-ssl-cipher-suite-v1" + default = "oci-tls-13-ssl-cipher-suite-v3" } variable "db_version" {