Split project
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 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 = "chane_me"
|
||||
sensitive = false
|
||||
}
|
||||
Reference in New Issue
Block a user