From 1e0f492b1d7f998cb7996e0f307c1e32a07cea36 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 6 Feb 2025 22:13:14 +0100 Subject: opentofu: completely migrated k8-cluster.tf to modules Successfully built on proxmox --- opentofu/outputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opentofu/outputs.tf') diff --git a/opentofu/outputs.tf b/opentofu/outputs.tf index c6c3d88..f0c8b7a 100644 --- a/opentofu/outputs.tf +++ b/opentofu/outputs.tf @@ -1,7 +1,7 @@ locals { all_vms = flatten([ - [proxmox_vm_qemu.k8s_cp], - proxmox_vm_qemu.k8s_worker, + [module.k8s_control_plane.vm], + module.k8s_worker.vms, [proxmox_vm_qemu.docker_server], ]) } -- cgit v1.2.3