From 9d5fc313ff25043b5a8d9b548ca0f084500884ed Mon Sep 17 00:00:00 2001 From: Niels Kunis Date: Fri, 14 Jul 2023 15:40:13 +0200 Subject: [PATCH] ip jenl.geokunis.nl chanded --- terraform/dns/geokunis2_nl.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/dns/geokunis2_nl.tf b/terraform/dns/geokunis2_nl.tf index b76fa94..15a9827 100644 --- a/terraform/dns/geokunis2_nl.tf +++ b/terraform/dns/geokunis2_nl.tf @@ -33,7 +33,7 @@ resource "powerdns_record" "jenl_geokunis2_nl_a" { zone = powerdns_zone.geokunis2_nl.name name = "jenl.geokunis2.nl." type = "A" - records = ["217.123.47.130"] + records = ["217.123.53.51"] ttl = 60 }