Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: invalid field in load_balancer_service health_check.http return data #333

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

jooola
Copy link
Collaborator

@jooola jooola commented Sep 25, 2023

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-balancer

Fixes #332

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

hcloud_load_balancer_service

…dict

In the `hcloud_load_balancer_service` return data, the `health_check.http.certificates` must be named `health_check.http.status_codes`.

https://docs.hetzner.cloud/#load-balancers-get-a-load-balancer
@jooola jooola requested a review from apricote September 25, 2023 10:00
@jooola jooola merged commit fb35516 into ansible-collections:main Sep 25, 2023
23 checks passed
@jooola jooola deleted the fix-load-balancer-service branch September 25, 2023 10:20
jooola pushed a commit that referenced this pull request Oct 5, 2023
🤖 I have created a release *beep* *boop*
---


##
[2.1.2](2.1.1...v2.1.2)
(2023-10-05)


### Bug Fixes

* firewall port argument is required with udp or tcp
([#345](#345))
([76c1abf](76c1abf))
* invalid field in load_balancer_service health_check.http return data
([#333](#333))
([fb35516](fb35516))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hcloud_load_balancer_service returns certificates instead of status codes
2 participants