manage atlas

This commit is contained in:
Pim Kunis 2023-11-29 17:21:18 +01:00
parent 0bf113fa25
commit 7e9637c984
7 changed files with 39 additions and 15 deletions

View file

@ -28,8 +28,8 @@ module "setup_jefke" {
module "bancomart" {
source = "./modules/debian"
name = "bancomart"
ram = 2048
storage = 10
ram = 4096
storage = 25
# providers = {
# libvirt = libvirt.jefke
# }