about the status_code of health_checker
Summary
about the status_code of health_checkerContent
hi,
anybody can tell me the key name of status_code in health_checker.
I tried to following code with terraform, but got an error.
[Code]
health_checker {
protocol = "HTTP"
port = "2001"
response_body_regex = "^(500|40[1348])$"
interval_ms = "5000"
url_path = "www.abc.com/test"
status_code="200"
}
[Error]
Error: oci_load_balancer_backendset.dmh01_lb_backendset: health_checker.0: invalid or unknown key: status_code
0