1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

fix: load balancer invalid cookie lifetime value returned (#452)

##### SUMMARY

The load balancer cookie lifetime field now returns the cookie lifetime
value, instead of the cookie name.

##### ISSUE TYPE

- Bugfix Pull Request

##### COMPONENT NAME

load_balancer_info
load_balancer_service
This commit is contained in:
Jonas L 2024-02-05 09:00:26 +01:00 committed by GitHub
parent 866e0b564e
commit 86b76620da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 5 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- load_balancer_service - Correctly return the `cookie_lifetime` value.
- load_balancer_info - Correctly return the `cookie_lifetime` value.