You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a hcloud_load_balancer_service in mode TCP, but using http health check, then the returned array is incorrectly returning certificates: [ 200 ] instead of the configured status codes list.
…data (#333)
##### SUMMARY
In the `hcloud_load_balancer_service` return data, the
`health_check.http.certificates` field must be named
`health_check.http.status_codes`.
https://docs.hetzner.cloud/#load-balancers-get-a-load-balancerFixes#332
##### ISSUE TYPE
- Bugfix Pull Request
##### COMPONENT NAME
hcloud_load_balancer_service
When creating a
hcloud_load_balancer_service
in mode TCP, but using http health check, then the returned array is incorrectly returningcertificates: [ 200 ]
instead of the configured status codes list.This leads to repeated unnecessary updates.
for Ansible code:
Problematic code line (ff):
hetzner.hcloud/plugins/modules/hcloud_load_balancer_service.py
Line 325 in 73f0e3c
The text was updated successfully, but these errors were encountered: