Add terraform for infra
This commit is contained in:
@@ -23,9 +23,9 @@ locals {
|
|||||||
storage = "cache-domains"
|
storage = "cache-domains"
|
||||||
emulatessd = true
|
emulatessd = true
|
||||||
format = "raw"
|
format = "raw"
|
||||||
dnsserver = "192.168.12.1"
|
dnsserver = "192.168.12.1"
|
||||||
tags = "postgres"
|
tags = "postgres"
|
||||||
vlan = 12
|
vlan = 12
|
||||||
haproxy = {
|
haproxy = {
|
||||||
count = 3
|
count = 3
|
||||||
name = ["haproxy-01", "haproxy-02", "haproxy-03"]
|
name = ["haproxy-01", "haproxy-02", "haproxy-03"]
|
||||||
|
|||||||
Reference in New Issue
Block a user