From badf3af9975ffcc9f0d35e75499f3958cfe5ee98 Mon Sep 17 00:00:00 2001 From: Webhook Handler Bot <> Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Update public ip and ns records --- main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index a8f73cd4..989a4450 100644 --- a/main.tf +++ b/main.tf @@ -237,7 +237,7 @@ module "kubernetes_cluster" { hackmd_db_password = var.hackmd_db_password # using the following hack to dynamically update dns from outside - bind_db_viktorbarzin_me = replace(var.bind_db_viktorbarzin_me, "85.130.108.6", "85.130.108.66") + bind_db_viktorbarzin_me = replace(var.bind_db_viktorbarzin_me, "85.130.108.6", "85.130.108.6") bind_db_viktorbarzin_lan = var.bind_db_viktorbarzin_lan bind_named_conf_options = var.bind_named_conf_options @@ -284,3 +284,4 @@ module "kubernetes_cluster" { finance_app_db_connection_string = var.finance_app_db_connection_string } +