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

feat: Lazy login for dynamic provider scenario #62

Closed ryanwholey closed 8 months ago

ryanwholey commented 8 months ago

Moves the session login logic out of client initialization and into the request method. This allows the provider to be initialized before the Pi-hole server is ready.

fixes #58