You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--hetzner-api-token`: **required**. Your project-specific access token for the Hetzner Cloud API.
45
-
-`--hetzner-image`: The name of the Hetzner Cloud image to use, see [Images API](https://docs.hetzner.cloud/#resources-images-get) for how to get a list.
46
-
-`--hetzner-server-type`: The type of the Hetzner Cloud server, see [Server Types API](https://docs.hetzner.cloud/#resources-server-types-get) for how to get a list.
45
+
-`--hetzner-image`: The name of the Hetzner Cloud image to use, see [Images API](https://docs.hetzner.cloud/#resources-images-get) for how to get a list (defaults to `ubuntu-16.04`).
46
+
-`--hetzner-server-type`: The type of the Hetzner Cloud server, see [Server Types API](https://docs.hetzner.cloud/#resources-server-types-get) for how to get a list (defaults to `cx11`).
47
47
-`--hetzner-server-location`: The location to create the server in, see [Locations API](https://docs.hetzner.cloud/#resources-locations-get) for how to get a list.
48
48
**NOTICE: Beware that Hetzner does not reject invalid location names at the time of writing this; instead, a seemingly random location is chosen. Double check both the option value's
49
49
spelling and the newly created server to make sure the desired location was chosen indeed.**
50
50
-`--hetzner-existing-key-path`: Use an existing (local) SSH key instead of generating a new keypair.
51
51
-`--hetzner-existing-key-id`: **requires `--hetzner-existing-key-path`**. Use an existing (remote) SSH key instead of uploading the imported key pair,
52
52
see [SSH Keys API](https://docs.hetzner.cloud/#resources-ssh-keys-get) for how to get a list
53
53
54
-
The Hetzner Cloud driver will use `debian-9` as the default image and `cx11` as the default type.
55
-
56
54
#### Existing SSH keys
57
55
58
56
When you specify the `--hetzner-existing-key-path` option, the driver will attempt to copy `(specified file name)`
0 commit comments