From 03915f65558c31a51703f486654edda451e6886f Mon Sep 17 00:00:00 2001 From: Niels Kunis Date: Sun, 25 Jun 2023 17:57:44 +0200 Subject: [PATCH] change jenl.geokunis2.nl IP --- 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 11fed3f..b76fa94 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.41.225"] + records = ["217.123.47.130"] ttl = 60 }