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

test: add support for Hetzner API

This commit is contained in:
jo 2025-12-03 15:11:16 +01:00
parent 83e4a0ffb9
commit 4c242d193c
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -11,5 +11,6 @@ def module():
obj.params = {
"api_token": "dummy",
"api_endpoint": "https://api.hetzner.cloud/v1",
"api_endpoint_hetzner": "https://api.hetzner.com/v1",
}
return obj