This is the repository for the Terraform ACME Provider, which one can use with
Terraform to manage and generate certificates generated by an ACME
CA, such as Let's Encrypt, ZeroSSL and GCP.
For general information about Terraform, visit the official
website and the GitHub project page.
⚠ NOTE: The ACME provider found here supports ACME v2 only.
Documentation
This is a forked, reworked repository of Terraform ACME provider by vancluever to provide backoff retry functionalities.
Documentation for this provider can be found at Terraform ACME Provider
Retryable Errors
Add retryable errors under ./acme/errorlist.go
such as API limiting and throttling.