Files

6 lines
121 B
Terraform
Raw Permalink Normal View History

2026-08-20 13:09:25 -04:00
output "ch01" {
description = "Container Host 01 VM details"
value = {
status = data.proxmox_vm.ch01.status
}
}