Skip to content

Commit b447aa8

Browse files
committed
Replaced deprecated cipher suite by oci-tls-13-ssl-cipher-suite-v3
1 parent dc45f01 commit b447aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "lb_health_check_retries" {
3737

3838
variable "lb_listener_cypher_suite" {
3939
type = string
40-
default = "oci-wider-compatible-ssl-cipher-suite-v1"
40+
default = "oci-tls-13-ssl-cipher-suite-v3"
4141
}
4242

4343
variable "db_version" {

0 commit comments

Comments
 (0)