[Pdns-users] Zone A Record

Frank Louwers frank+pdns at tembo.be
Fri May 28 07:18:09 UTC 2021


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 at mailman.powerdns.com> wrote:
> 
> Nobody an idea? 
> 
>> Am 27.05.2021 um 14:43 schrieb Ralph via Pdns-users <pdns-users at 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 at mailman.powerdns.com
>> https://mailman.powerdns.com/mailman/listinfo/pdns-users
> _______________________________________________
> Pdns-users mailing list
> Pdns-users at mailman.powerdns.com
> https://mailman.powerdns.com/mailman/listinfo/pdns-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20210528/dd4612ac/attachment.htm>


More information about the Pdns-users mailing list