feat: Commit initial
This commit is contained in:
commit
40dc0f4184
43 changed files with 1990 additions and 0 deletions
8
terraform/pve2/outputs.tf
Normal file
8
terraform/pve2/outputs.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
output "k3s_server_2" {
|
||||
description = "K3s Server 2 VM information"
|
||||
value = {
|
||||
name = proxmox_vm_qemu.k3s_server_2.name
|
||||
ip = var.k3s_server_2_config.ip
|
||||
node = proxmox_vm_qemu.k3s_server_2.target_node
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue