Skip to content

Commit 732d2ad

Browse files
authored
Replaced deprecated cipher suite by oci-tls-13-ssl-cipher-suite-v3 (#39)
1 parent dc45f01 commit 732d2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)