ryanwholey / terraform-provider-pihole

A Terraform provider for managing Pi-hole resources
https://registry.terraform.io/providers/ryanwholey/pihole/latest/docs
Mozilla Public License 2.0
63 stars 8 forks source link

Add initial API token support #29

Closed ryanwholey closed 2 years ago

ryanwholey commented 2 years ago

Adds basic support for API token authentication for CNAME and A records. Note that these changes require a Web Interface version of >= 5.11

closes #27