Update 'infrastructure/create-resources/hcloud.tf'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-03-08 15:23:11 +01:00
parent 1f7b711048
commit e48e6f0c3d

View File

@ -1,9 +1,9 @@
variable "serverctl_master_count" {
default = 0
default = 1
}
variable "serverctl_node_count" {
default = 0
default = 1
}
resource "hcloud_placement_group" "serverctl_master" {