feat: Commit initial
This commit is contained in:
commit
40dc0f4184
43 changed files with 1990 additions and 0 deletions
8
terraform/pve3/outputs.tf
Normal file
8
terraform/pve3/outputs.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue