: web3 for dojo test wordpress
All checks were successful
terraform-lint / terraform-lint (push) Successful in 2s

This commit is contained in:
VC
2025-04-16 13:24:31 +02:00
parent 52887fc5cc
commit 588352d30d

View File

@@ -299,4 +299,26 @@ lxc_containers = {
path = "/srv"
}]
}
web3 = {
server_desc = "* Wordpress test Dojo"
ip_suffix = 22
tags = [
"mariadbservers",
"phpservers",
"webservers"
]
cpu_cores = 1
memory_dedicated = 2048
disk = [
{
size = "5G"
path = "/srv"
},
{
size = "5G"
path = "/var/lib/mysql"
}
]
}
}