Hi Ralph, Could you try this:
resource "powerdns_record" "test" { zone = "test.de <http://test.de/>." name = "test.de <http://test.de/>." type = "A" records = ["10.1.1.1"] } (So with the . at the end of both zone and name)? Could you also paste the TF output and any entries in the PowerDNS log? Kind Regards, Frank Louwers PowerDNS Certified Consultant @ Kiwazo.be > On May 28, 2021, at 9:08 AM, Ralph via Pdns-users > <pdns-users@mailman.powerdns.com> wrote: > > Nobody an idea? > >> Am 27.05.2021 um 14:43 schrieb Ralph via Pdns-users >> <pdns-users@mailman.powerdns.com>: >> >> Hello @all, >> >> I have a problem with creating an a-record directly on the zone. >> >> For example: >> We have the zone: „test.de“ >> I try to add an A record on top of this zone, like: >> „test.de“ A 10.1.1.1 >> >> We are using terraform for the deployment: >> >> resource „powerdns_record“ „test“ { >> zone = „test.de“ >> name = „test.de“ >> type = „A“ >> records = [„10.1.1.1“] >> } >> >> The terraform deployment is ignoring this record .. can somebody help >> please? >> >> >> Best regards >> Ralph >> >> _______________________________________________ >> Pdns-users mailing list >> Pdns-users@mailman.powerdns.com >> https://mailman.powerdns.com/mailman/listinfo/pdns-users > _______________________________________________ > Pdns-users mailing list > Pdns-users@mailman.powerdns.com > https://mailman.powerdns.com/mailman/listinfo/pdns-users
_______________________________________________ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.com/mailman/listinfo/pdns-users