terraform-provider-powerdns
terraform-provider-powerdns copied to clipboard
Terraform PowerDNS provider
Hi When modifying (adding/changing/removing) the nameservers list, terraform tries to recreate the zone rather than just making the ammendments Terraform version: 0.12.24 Powerdns Provider Version: v1.4.0 ### Affected Resource(s) Please...
this issue is related to #43 and #45 currently the provider has still its problem, it can't handle soa records without manual intervention. even having the "add option soa_edit_api" #40...
The tests are failing after merging #74 the reason was identified, I'm just waiting for confirmation in this thread: https://github.com/pan-net/terraform-provider-powerdns/pull/74#issuecomment-776801564 If this simple fix would not fix the issue, I...
It's no longer used for building and releasing this provider
This PR modifies the powerdns_record provider to not delete and recreate records on argument change. The change is fairly minor, as PowerDNS creates and updates use the same API call...
PowerDNS 4.4 If you pass in an upper case name, it gets created, but is converted to lowercase in powerDNS. When you run a destroy on the same state, it...
How about updating terraform sdk (and maybe other packages) to v2 version? Can do it in future PRs
Hi! I want to add recursor/auth [configuration](https://docs.powerdns.com/recursor/http-api/endpoint-servers-config.html) (it's the same one exists for auth server but not shown in docs) as resource to this provider. I think I can add...
While evaluating this plugin we noticed it is deleting and recreating records on otherwise minor changes. Note the following diff output: ``` # powerdns_record.pdns_instance_a_record[0] must be replaced -/+ resource "powerdns_record"...