[Pdns-users] Zone A Record
Ralph
kingpushad at hotmail.de
Thu May 27 12:43:19 UTC 2021
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
More information about the Pdns-users
mailing list