aboutsummaryrefslogtreecommitdiff
path: root/opentofu/main.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-03-04 20:09:31 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-03-04 20:09:31 +0100
commite02cf37430f92859a0f4b644af6d2665847c3997 (patch)
treeb12dbed1e7d6d0dea1d365f23bcec2f0f9cf3337 /opentofu/main.tf
parent0182fe51736e7610d4a63fe6767d08ffe5c5938c (diff)
opentofu: Incr. nb of k3s workers + remove ansible custom module
Diffstat (limited to 'opentofu/main.tf')
-rw-r--r--opentofu/main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/main.tf b/opentofu/main.tf
index 6fa477c..5cc3adc 100644
--- a/opentofu/main.tf
+++ b/opentofu/main.tf
@@ -107,7 +107,7 @@ resource "proxmox_virtual_environment_vm" "k3s_master" {
# Worker Nodes
resource "proxmox_virtual_environment_vm" "k3s_worker" {
- count = 1
+ count = 3
name = "k3s-worker-${count.index}"
node_name = var.proxmox_node
tags = ["debian", "k8s", "k3s_worker"]