Add terraform for infra

This commit is contained in:
2025-02-13 06:21:03 -06:00
parent 7b5b1b8aa1
commit 5c2169d138

View File

@@ -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"]