♻: move mariadb data
All checks were successful
terraform-lint / terraform-lint (push) Successful in 16s

This commit is contained in:
VC
2025-03-22 08:29:54 +01:00
parent 759c28e40a
commit 1ca18a6958

10
main.tf
View File

@@ -90,10 +90,16 @@ module "lxc_web2" {
start_on_boot = true start_on_boot = true
cpu_cores = 2 cpu_cores = 2
memory_dedicated = 4096 memory_dedicated = 4096
disk = [{ disk = [
{
size = "60G" size = "60G"
path = "/srv" path = "/srv"
}] },
{
size = "5G"
path = "/var/lib/mysql"
}
]
} }
module "lxc_voice1" { module "lxc_voice1" {