Talos on Proxmox WIP

This commit is contained in:
2026-09-01 17:31:47 -04:00
parent aedb670c35
commit ae8bf2926f
13 changed files with 170 additions and 11 deletions
+14 -5
View File
@@ -1,6 +1,15 @@
output "ch01" {
description = "Container Host 01 VM details"
value = {
status = data.proxmox_vm.ch01.status
}
# output "ch01" {
# description = "Container Host 01 VM details"
# value = {
# status = data.proxmox_vm.ch01.status
# }
# }
output "talos_schematic_id" {
value = talos_image_factory_schematic.this.id
}
output "debug" {
description = "For debugging resource or data key values"
value = data.talos_image_factory_urls.this.urls
}