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: add parameter to use custom CA file #54

Closed camandel closed 1 year ago

camandel commented 1 year ago

I added the optional parameter ca_file to use custom CA certificate:

provider "pihole" {
  url = "https://pihole.your.home.local"
  api_token = var.pihole_api_token
  ca_file = "/path/to/your/ca.crt"
}
ryanwholey commented 1 year ago

Nice thank you! I'm on paternity leave right now, I'm a bit slow to respond but I'll take a look asap

ryanwholey commented 1 year ago

hmm lint rot issue, I don't think it's your PR. Thanks for the contribution @camandel

ryanwholey commented 1 year ago

Bleh looks like the releaser action has rotted a bit too. Created some issues (release, lint) for these two action failures and hopefully we can get this released soon.

ryanwholey commented 8 months ago

@camandel finally got your CA file change released! Sorry it took so long