Files
terraform/proxmox/data.tf
T
2026-08-20 13:09:25 -04:00

4 lines
60 B
Terraform

data "proxmox_vm" "ch01" {
id = 100
node_name = "hv01"
}