Deepak Selvakumar

Results 18 comments of Deepak Selvakumar

As per above comment requesting to close the issue @sumitkumartiwari

@powellquiring session_persistence is an optional parameter while creating a load balancer pool. Hence there is no need to specify null if session persistence is refuired. Also, session_persistence_type can be removed...

New terraform config ``` resource "ibm_is_lb_listener_policy" "example" { lb = ibm_is_lb.example.id listener = ibm_is_lb_listener.example.listener_id action = "redirect" priority = 4 name = "example-listener-policy" target { http_status_code = 302 url =...

@shreejam21 SGX is not GA yet. It is SA. SA support will be available in the next terraform release which is end of month

@greyhoundforty Terraform can only support what is supported by the API. Anything outside of what API supports should be handled in the client side terraform script like you have done.

@sumitkumartiwari This can be closed as it is fixed as part of the other issue.