mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
Add terraform for infra
This commit is contained in:
parent
7b5b1b8aa1
commit
5c2169d138
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ locals {
|
|||
storage = "cache-domains"
|
||||
emulatessd = true
|
||||
format = "raw"
|
||||
dnsserver = "192.168.12.1"
|
||||
tags = "postgres"
|
||||
vlan = 12
|
||||
dnsserver = "192.168.12.1"
|
||||
tags = "postgres"
|
||||
vlan = 12
|
||||
haproxy = {
|
||||
count = 3
|
||||
name = ["haproxy-01", "haproxy-02", "haproxy-03"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue