♻: move mariadb data
All checks were successful
terraform-lint / terraform-lint (push) Successful in 16s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 16s
This commit is contained in:
10
main.tf
10
main.tf
@@ -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" {
|
||||||
|
Reference in New Issue
Block a user