Luca Postacchini

Results 3 comments of Luca Postacchini

There is a fix provided by Raghavendra Prasad In network/loadbalancers/k8smaster/main.tf change this : ``` resource "oci_load_balancer_listener" "port-https" { count = "${var.master_oci_lb_enabled == "true" ? 1 : 0 }" load_balancer_id =...