FEATURES:
- **Added option to cache PowerDNS API response ** (#81, @menai34)
FEATURES:
- Added PowerDNS Zone Account support (#71, @jbe-dw)
FIXES:
- Added support for port along with IP in the masters attribute (#64, @mbag)
ENHANCEMENTS:
- Add note in documentation about usage of SQLite3 (#75, @dkowis)
- Improve Using section in README (#67, @Nowaker)
FEATURES:
- Added ServerVersion attribute to client (#52)
- Added masters zone attribute for Slave zone kind (#59)
FIXES:
- Updated client tests to test sanitizeURL directly (#51)
- Fixed case sensitivity of kind zone attribute (#58)
ENHANCEMENTS:
- Updated documentation with examples based on user feedback (#57)
FEATURES:
FIXES:
- Fixed formatting in docs regarding import function (#31)
ENHANCEMENTS:
- Added tests for ALIAS type (#42)
- Migrated to terraform plugin SDK (#47)
- Updated vedor dependencies (#48)
FEATURES:
- Added support for terraform resource import (#31)
FIXES:
- Validate value of records - record with empty records deleted the record from the PowerDNS remote but not from state file (#33)
FEATURES:
- HTTPS Custom CA: added option for custom Root CA for HTTPS Certificate validation (option
ca_certificate
) (#22) - HTTPS: added option to skip HTTPS certificate validation - insecure HTTPS (option
insecure_https
) (#22)
ENHANCEMENTS:
- The provider doesn't attempt to connect to the PowerDNS endpoint if there is nothing to be done (#24)
server_url
(PDNS_SERVER_URL
) can now be declared with/without scheme, port, trailing slashes or path (#28)
NOTES:
- provider: This release includes only a Terraform SDK upgrade with compatibility for Terraform v0.12. The provider remains backwards compatible with Terraform v0.11 and this update should have no significant changes in behavior for the provider. Please report any unexpected behavior in new GitHub issues (Terraform core: https://github.com/hashicorp/terraform/issues or Terraform PowerDNS Provider: https://github.com/pan-net/terraform-provider-powerdns/issues) (#16)
ENHANCEMENTS:
- Switch to go modules and Terraform v0.12 SDK (#16)
FEATURES:
- New resource:
powerdns_zone
(#8)
ENHANCEMENTS:
- resource/powerdns_record: Add support for set-ptr option (#4)
- build: Added docker-compose tests (#9)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout