Closed Qanah closed 2 weeks ago
Thank you for looking into this! I discovered that the issue was actually due to my bash script configuration, not the driver itself. Running the command directly works perfectly. I apologize for any confusion and for taking up your time with this. Closing the issue now.
Thank you again for your support and for this helpful project!
fixed by change env $HETZNER_NETWORKS to $HETZNER_NETWORK_ID and HETZNER_FIREWALLS to HETZNER_FIREWALL_ID
Description: I encountered an error while using docker-machine-driver-hetzner to create a Docker machine on Hetzner. The command worked successfully on January 9th, 2024, but now it fails with an error regarding "invalid input in fields 'firewalls', 'networks'".
Command Used:
Error Message:
Steps to Reproduce:
Expected Behavior: The Docker machine should be created without issues, as it did previously.
Environment:
Additional Information: This command worked successfully on January 9th, 2024, without any modifications. I am sure that the $HETZNER_NETWORKS and $HETZNER_FIREWALLS are correct values, and they were tested before.