terraform-provider-pingdom icon indicating copy to clipboard operation
terraform-provider-pingdom copied to clipboard

pingdom_check: Monitor SSL/TLS certificate

Open dzoellner opened this issue 4 years ago • 6 comments

Pingdom has options to monitor SSL/TLS certificates and alert when the certificate is some number of days away from expiring. It would be nice to control these settings from terraform. Screen Shot 2020-07-13 at 10 47 30 AM

dzoellner avatar Jul 13 '20 15:07 dzoellner

I created a branch which adds both of these options: https://github.com/justincmoy/terraform-provider-pingdom/tree/ssl-certificate-verify.

One caveat is it seems like the default for Monitor SSL/TLS certificate is true, so I kept that in the terraform provider, but broke it in the underlying library.

Not sure when I can get around to putting up PRs for this.

justincmoy avatar Jul 14 '20 16:07 justincmoy

thanks @justincmoy anything that we could help with to get this merged?

camerondavison avatar Jul 22 '20 18:07 camerondavison

I created https://github.com/russellcardullo/go-pingdom/pull/56 to update the library. Once that's approved/merged, I can put up the PR for the terraform provider.

justincmoy avatar Jul 22 '20 21:07 justincmoy

Just noticed that it looks like go-pindom update got accepted and merged

camerondavison avatar Oct 09 '20 17:10 camerondavison

Would be very happy to see this also in the official release. bump.

bobthebuilderberlin avatar Jan 28 '21 17:01 bobthebuilderberlin

I'll take a look at this. I never got around to testing it with the changes to this provider to use the v3.1 Pingdom API.

justincmoy avatar Jan 28 '21 20:01 justincmoy