Reduce amount of servers
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2b85b7db66
commit
8cfa0fb4d9
@ -35,7 +35,7 @@ resource "hcloud_placement_group" "serverctl_master" {
|
||||
}
|
||||
|
||||
resource "hcloud_server" "serverctl_master" {
|
||||
count = 2
|
||||
count = 0
|
||||
name = "serverctl-master-${count.index}"
|
||||
image = "debian-11"
|
||||
server_type = "cx11"
|
||||
|
Loading…
Reference in New Issue
Block a user