4 lines
60 B
Terraform
4 lines
60 B
Terraform
data "proxmox_vm" "ch01" {
|
|
id = 100
|
|
node_name = "hv01"
|
|
} |