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

26
terraform.tfstate.backup Normal file
View File

@@ -0,0 +1,26 @@
{
"version": 4,
"terraform_version": "1.5.7",
"serial": 1,
"lineage": "84903cbb-ad53-b825-a68d-c3918b8fc910",
"outputs": {
"pbs_container_id": {
"value": 200,
"type": "number"
},
"pbs_ip_address": {
"value": "10.1.20.11/24",
"type": "string"
}
},
"resources": [
{
"mode": "managed",
"type": "proxmox_virtual_environment_container",
"name": "pbs",
"provider": "provider[\"registry.terraform.io/bpg/proxmox\"]",
"instances": []
}
],
"check_results": null
}