mirror of
https://gitlab.durp.info/durfy/homelab/iac.git
synced 2026-05-07 07:50:30 -05:00
add matrix
This commit is contained in:
parent
32d7b0c6f3
commit
9df995d866
3 changed files with 68 additions and 0 deletions
10
dmz/main.tf
10
dmz/main.tf
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue