Re: [Pdns-users] Zone A Record

2021-05-28 Thread Frank Louwers via Pdns-users
Hi Ralph, Could you try this: resource "powerdns_record" "test" { zone = "test.de ." name = "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 Power

Re: [Pdns-users] Zone A Record

2021-05-28 Thread Martijn Grendelman via Pdns-users
Why do you think this is a PowerDNS problem, and not a Terraform problem? Op 28/05/2021 om 09:08 schreef Ralph via Pdns-users: Nobody an idea? Am 27.05.2021 um 14:43 schrieb Ralph via Pdns-users : Hello @all, I have a problem with creating an a-record directly on the zone. For example:

Re: [Pdns-users] Zone A Record

2021-05-28 Thread Ralph via Pdns-users
Nobody an idea? > Am 27.05.2021 um 14:43 schrieb Ralph via Pdns-users > : > > 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 >

[Pdns-users] Zone A Record

2021-05-27 Thread Ralph via Pdns-users
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“