terraform-provider-powerdns icon indicating copy to clipboard operation
terraform-provider-powerdns copied to clipboard

Terraform PowerDNS provider

Results 27 terraform-provider-powerdns issues
Sort by recently updated
recently updated
newest added

### Terraform Version v0.14.2 ### Affected Resource(s) All. ### Terraform Configuration Files ```hcl terraform { required_providers { powerdns = { source = "pan-net/powerdns" } } } provider "powerdns" { server_url...

First, thanks for your great work! Please find a new feature Request regarding Powerdns LUA Records. ### Affected Resource(s) - powerdns_record ### Expected Behavior To be able to pass LUA...

documentation

### Affected Resource(s) - powerdns_record ### Expected Behavior The powerdns_record resource should have an optional attribute 'comment' which is passed to the API when creating to add a comment for...

### Terraform Version ``` $terraform --version Terraform v0.12.20 + provider.powerdns v1.3.0 ``` ### Affected Resource(s) - powerdns_record ### Terraform Configuration Files ```hcl resource "powerdns_record" "a" { zone = "example.com" name...

It would be nice if the provider supported setting [zone metadata](https://doc.powerdns.com/authoritative/domainmetadata.html) such as `ALSO-NOTIFY` and `ALLOW-AXFR-FROM`.

help wanted

to create a SOA record for a domain i have to use `powerdns_record` like this: ``` resource "powerdns_record" "SOA_example_com" { zone = "example.com." name = "example.com." type = "SOA" ttl...

i would suggest to add a full example in the docs on how to config a whole domain including ZONE, SOA, MX, A, CNAME, ALIAS with an info that powerdns...

help wanted
documentation