Files
terraform/proxmox/talos/outputs.tf
T

16 lines
335 B
Terraform
Raw Normal View History

2026-09-01 17:31:47 -04:00
# 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"
2026-09-08 00:15:03 -04:00
value = "chane_me"
sensitive = false
2026-08-20 13:09:25 -04:00
}