add matrix

This commit is contained in:
DeveloperDurp 2026-02-16 04:51:17 -06:00
parent 32d7b0c6f3
commit 9df995d866
3 changed files with 68 additions and 0 deletions

View file

@ -55,4 +55,14 @@ locals {
node = ["mothership"]
ip = ["20"]
}
matrix = {
tags = "matrix"
count = 1
name = ["matrix"]
cores = 2
memory = "4096"
drive = 60
node = ["vanguard"]
ip = ["21"]
}
}