We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75d69fe + 098f15d commit a56187dCopy full SHA for a56187d
modules/loadbalancer/loadbalancer.tf
@@ -41,5 +41,5 @@ resource "oci_load_balancer_listener" "https_listener" {
41
name = "https"
42
default_backend_set_name = oci_load_balancer_backend_set.ingress_controller[1].name
43
port = 443
44
- protocol = "HTTP"
+ protocol = "TCP"
45
}
0 commit comments