mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
4 lines
96 B
HCL
4 lines
96 B
HCL
data "proxmox_virtual_environment_vm" "kubernetes" {
|
|
node_name = "reisen"
|
|
vm_id = 201
|
|
}
|