fix(katbox): gotta remember /g on my seds :p

This commit is contained in:
Kat Inskip 2024-02-22 14:50:55 -08:00
parent 0baa66c520
commit fd90cd35de
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -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