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 }