<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Ralph,<div class=""><br class=""></div><div class="">Could you try this:</div><div class=""><br class=""></div><div class=""><div class="">resource "powerdns_record" "test" {</div><div class="">  zone = "<a href="http://test.de" class="">test.de</a><b class="">.</b>"</div><div class="">  name = "<a href="http://test.de" class="">test.de</a><b class="">.</b>"</div><div class="">  type = "A"</div><div class="">  records = ["10.1.1.1"]</div><div class="">}</div></div><div class=""><br class=""></div><div class="">(So with the . at the end of both zone and name)?</div><div class=""><br class=""></div><div class="">Could you also paste the TF output and any entries in the PowerDNS log?</div><div class=""><br class=""></div><div class="">Kind Regards,</div><div class=""><br class=""></div><div class=""><span style="font-family: "Avenir Next"; font-size: 13px;" class="">Frank Louwers</span><br style="font-family: "Avenir Next"; font-size: 13px;" class=""><span style="font-family: "Avenir Next"; font-size: 13px;" class="">PowerDNS Certified Consultant @ Kiwazo.be</span><br style="font-family: "Avenir Next"; font-size: 13px;" class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 28, 2021, at 9:08 AM, Ralph via Pdns-users <<a href="mailto:pdns-users@mailman.powerdns.com" class="">pdns-users@mailman.powerdns.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Nobody an idea? <br class=""><br class=""><blockquote type="cite" class="">Am 27.05.2021 um 14:43 schrieb Ralph via Pdns-users <<a href="mailto:pdns-users@mailman.powerdns.com" class="">pdns-users@mailman.powerdns.com</a>>:<br class=""><br class="">Hello @all, <br class=""><br class="">I have a problem with creating an a-record directly on the zone. <br class=""><br class="">For example:<br class="">We have the zone: „<a href="http://test.de" class="">test.de</a>“<br class="">I try to add an A record on top of this zone, like:<br class="">„<a href="http://test.de" class="">test.de</a>“   A   10.1.1.1 <br class=""><br class="">We are using terraform for the deployment: <br class=""><br class="">resource „powerdns_record“ „test“ {<br class="">zone = „<a href="http://test.de" class="">test.de</a>“<br class="">name = „<a href="http://test.de" class="">test.de</a>“<br class="">type = „A“<br class="">records = [„10.1.1.1“]<br class="">}<br class=""><br class="">The terraform deployment is ignoring this record .. can somebody help please? <br class=""><br class=""><br class="">Best regards <br class="">Ralph <br class=""><br class="">_______________________________________________<br class="">Pdns-users mailing list<br class=""><a href="mailto:Pdns-users@mailman.powerdns.com" class="">Pdns-users@mailman.powerdns.com</a><br class="">https://mailman.powerdns.com/mailman/listinfo/pdns-users<br class=""></blockquote>_______________________________________________<br class="">Pdns-users mailing list<br class=""><a href="mailto:Pdns-users@mailman.powerdns.com" class="">Pdns-users@mailman.powerdns.com</a><br class="">https://mailman.powerdns.com/mailman/listinfo/pdns-users<br class=""></div></div></blockquote></div><br class=""></div></body></html>