Merge branch 'master' of ssh://git.pim.kunis.nl:56287/home/hermes

This commit is contained in:
Pim Kunis 2023-07-16 13:52:12 +02:00
commit 5dd0731d19

View file

@ -29,14 +29,6 @@ resource "powerdns_record" "geokunis2_nl_caa" {
ttl = 60
}
resource "powerdns_record" "jenl_geokunis2_nl_a" {
zone = powerdns_zone.geokunis2_nl.name
name = "jenl.geokunis2.nl."
type = "A"
records = ["217.123.53.51"]
ttl = 60
}
resource "powerdns_record" "wg_geokunis2_nl_a" {
zone = powerdns_zone.geokunis2_nl.name
name = "wg.geokunis2.nl."