aboutsummaryrefslogtreecommitdiffstats
path: root/opentofu/outputs.tf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--opentofu/outputs.tf3
1 files changed, 3 insertions, 0 deletions
diff --git a/opentofu/outputs.tf b/opentofu/outputs.tf
index 09a05d8..a2de653 100644
--- a/opentofu/outputs.tf
+++ b/opentofu/outputs.tf
@@ -1,6 +1,9 @@
+# Define all VMs
locals {
all_vms = flatten([
[proxmox_virtual_environment_vm.docker_server],
+ [for vm in proxmox_virtual_environment_vm.k3s_master : vm],
+ [for vm in proxmox_virtual_environment_vm.k3s_worker : vm]
])
}
/dot_config/i3/config?id=ce0923591b0a3b21c596f1602bab827dc923c0a7&follow=1'>Adding networmanager_dmenu i3 keybindingclyhtsuriva1-0/+2 2024-03-17Updating i3 config and adding chatterino iconclyhtsuriva2-11/+13 2024-02-08Changing nagbar type for poweroffclyhtsuriva1-1/+1 2023-12-22Minor update of bashrc, aliasrc and i3's configclyhtsuriva3-1/+6 2023-06-27Change the LICENSE from WTFPLv2 to GPLv3clyhtsuriva2-10/+670