feat: boot web4 dev servers
All checks were successful
terraform-lint / terraform-lint (push) Successful in 5s

This commit is contained in:
VC
2025-05-07 14:25:08 +02:00
parent 5d0cf31a39
commit bcd8d11cd9

View File

@@ -321,4 +321,25 @@ lxc_containers = {
}
]
}
web4 = {
server_desc = "* Various PHP tests"
ip_suffix = 23
tags = [
"pgsqlservers",
"phpservers",
"webservers"
]
cpu_cores = 1
memory_dedicated = 1024
disk = [
{
size = "5G"
path = "/srv"
},
{
size = "5G"
path = "/var/lib/postgresql"
}
]
}
}