PagerDuty / terraform-provider-pagerduty

Terraform PagerDuty provider
https://www.terraform.io/docs/providers/pagerduty/
Mozilla Public License 2.0
204 stars 208 forks source link

Add the option to ignore TLS certificate errors when calling the PD API. #881

Closed dazoakley closed 3 weeks ago

dazoakley commented 3 weeks ago

Hi folks,

Thanks for the awesome module.

This is my first attempt at writing terraform provider code (and I'm pretty green to golang) so please be gentle. :smile:

This update makes it possible to ignore TLS certs if you really really need to, i.e. when you're behind a corporate proxy that messes with with the certificates...

Is this something you'd accept as a change? I've tested it on our CI server and it applies nicely.

I wasn't sure if I should update the changelog or not, please let me know and I can remove that edit if needed.

Thanks!