Files

4 lines
60 B
Terraform
Raw Permalink Normal View History

2026-08-20 13:09:25 -04:00
data "proxmox_vm" "ch01" {
id = 100
node_name = "hv01"
}