mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(katbox): gotta remember /g on my seds :p
This commit is contained in:
parent
0baa66c520
commit
fd90cd35de
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ variable "proxmox_container_template" {
|
|||
|
||||
locals {
|
||||
proxmox_katbox_vm_id = 106
|
||||
proxmox_katbox_config = jsondecode(file("${path.root}/../systems/aya/lxc.json"))
|
||||
proxmox_katbox_config = jsondecode(file("${path.root}/../systems/katbox/lxc.json"))
|
||||
proxmox_aya_vm_id = 105
|
||||
proxmox_aya_config = jsondecode(file("${path.root}/../systems/aya/lxc.json"))
|
||||
proxmox_reimu_vm_id = 104
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue