8 lines
223 B
HCL
8 lines
223 B
HCL
output "etcd_witness" {
|
|
description = "etcd Witness VM information"
|
|
value = {
|
|
name = proxmox_vm_qemu.etcd_witness.name
|
|
ip = var.etcd_witness_config.ip
|
|
node = proxmox_vm_qemu.etcd_witness.target_node
|
|
}
|
|
}
|