Update 'worker.tf' #3

Closed
thomasklein wants to merge 1 commits from thomasklein-demo-patch-1 into main
Showing only changes of commit 8c96c46a4f - Show all commits

View File

@@ -1,7 +1,7 @@
locals {
pool_name = "kubernetes-workers"
worker_id_start = 80
worker_count = 1
worker_count = 2
}
resource "libvirt_pool" "kubernetes_workers" {