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

Reply via email to