feat: initial PBS LXC deployment on gihyeon2

This commit is contained in:
21in7
2026-03-19 20:49:00 +09:00
commit 02a6f1f28c
16 changed files with 4397 additions and 0 deletions

9
outputs.tf Normal file
View File

@@ -0,0 +1,9 @@
output "pbs_container_id" {
description = "PBS LXC container ID"
value = proxmox_virtual_environment_container.pbs.vm_id
}
output "pbs_ip_address" {
description = "PBS LXC IP address"
value = var.pbs_ip_address
}