actions-marketplace-validations/Hetzner Cloud (unofficial)
GitHub Action for interacting with Hetzner Cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The action to perform (create, delete, start, stop) | yes | — |
| server_id | ID of the server - required for action=delete | no | — |
| server_name | Name of the server - required for action=create | no | — |
| server_type | Server type to set up | no | — |
| server_image | Image used to create the server. Required for action=create | no | — |
| server_location | Location of your server (default: nbg1) | no | — |
| server_ssh_key_name | Name of the SSH key you want to use to connect to the server. | no | — |
| wait_for_ssh | If set action will wait for port 22 to be available before finishing. | no | — |
Outputs
| name | description |
|---|---|
| hcloud_server_id | ID of the server affected by the last action |
| hcloud_server_created_ipv4 | IPv4 address of the last created server |
| hcloud_server_created_ipv6 | IPv6 address of the last created server |