Talos on Proxmox WIP
This commit is contained in:
+14
-5
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user