feat: Added the ability to spin-up an abritrary number of runners at runtime
This commit is contained in:
@@ -115,4 +115,8 @@ resource "hcloud_volume" "storage" {
|
||||
server_id = hcloud_server.this.id
|
||||
automount = true
|
||||
format = "ext4"
|
||||
|
||||
lifecycle {
|
||||
prevent_destroy = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user