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
Copy file name to clipboardExpand all lines: README.md
+31-4Lines changed: 31 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ jobs:
162
162
| `server_type` | | Name of the Server type this Server should be created with. | `cx22` (Intel x86, 2 vCPU, 4GB RAM, 40GB SSD) |
163
163
| `server_wait` | | Wait up to `server_wait` retries (10 sec each) for the Hetzner Cloud Server to start. | `30` (5 min) |
164
164
| `ssh_key` | | SSH key ID (integer) which should be injected into the Server at creation time. | `null` |
165
+
| `volume` | | Specify a Volume ID (integer) to attach and mount to the Server during creation. The volume will be automatically mounted at `/mnt/HC_Volume_[VOLUME-ID]`. The volume must be in the same location as the Server. More details in [Volumes section](#Volumes). | `null` |
165
166
166
167
## Outputs
167
168
@@ -174,6 +175,8 @@ jobs:
174
175
175
176
The following `hcloud` CLI commands can help you find the required input values.
176
177
178
+
### Locations
179
+
177
180
**List Locations:**
178
181
179
182
```bash
@@ -190,6 +193,8 @@ nbg1 Nuremberg DC Park 1 eu-central DE Nuremberg
0 commit comments