From 443e5b2f77b48b5ec76258caa2d3a67384db7466 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 11 Sep 2022 17:03:02 +0200 Subject: [PATCH] caladan's pg instance --- tf/monotremata-xyz.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tf/monotremata-xyz.tf b/tf/monotremata-xyz.tf index caccfea..2ee803f 100644 --- a/tf/monotremata-xyz.tf +++ b/tf/monotremata-xyz.tf @@ -61,7 +61,6 @@ variable "caladan-subdomains" { type = set(string) default = [ "@", - "filite", "git", "gts", "kb", @@ -69,10 +68,11 @@ variable "caladan-subdomains" { "matrix", "mx2", "pleroma", + "pg.caladan", "xmpp", - "groups.xmpp", "proxy.xmpp", "upload.xmpp", + "groups.xmpp", ] }