terraform-provider-powerdns
terraform-provider-powerdns copied to clipboard
Terraform PowerDNS provider
Add ability specify the correct API url if you are using Powerdns Zone Cotrol which rewrites to API location.
### Terraform Version OpenTofu v1.6.2 ### Expected Behavior As an Open Source terraform user, I am moving to OpenTofu. As a security sensitive user, I want to verify the GPG...
This is related to https://github.com/pan-net/terraform-provider-powerdns/issues/93 , but even with that fixed I am not sure this is fully fixed problem. The reason is that currently provider, as well as PowerDNS...
This introduces a data source, which can generate a PTR record on the fly with an ip address as parameter. This fixes #93. Example: ```hcl data "powerdns_ptr" "foo" { ip_address...
### Actual Behavior When creating reverse pointers, one has to resort to terraform primitives to transform a given IP to a revere transcription for the PTR record. This works for...
Solves #62.
Simple PR to just add a check for 403 when determining the apiVersion. Currently a 403 results in a 0 being returned therefore if the server requires /api/v1 in the...
This PR improves debug logging around the caching added in https://github.com/pan-net/terraform-provider-powerdns/pull/81. These logs were useful when configuring cache settings. These logs are debug and do not show in normal operation.
We currently have the powerdns api available in a path, so ours is `http://example.com/path/v3/api` kind of URL. This is my first attempt to get this fixed, please be merciful ;)
Add additional resource for managing zone metadata based upon https://github.com/pan-net/terraform-provider-powerdns/issues/60