terraform-provider-acme
terraform-provider-acme copied to clipboard
Terraform ACME provider
Hi, We are experiencing an issue which, after some thorough digging, we believe to be _specifically related to how this provider interacts with lego_; We experience that when we renew...
Currently, the certificate expiration date is not able to be determined from within the context of Terraform (ie. operators are unable to determine when the certificate was issued/expires from any...
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.23.0 to 2.24.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.24.0 ENHANCEMENTS: helper/resource: Added TestStep type RefreshState field, which enables a step that refreshes state without an explicit...
I am trying to create a working terraform codebase which has had errors here and there during development. To help in this I have been able to import existing resources...
In hooking up monitoring to work out if 2 certificates are the same, its better to compare them by serial number. Unfortunately the serial number attribute is not currently exported,...
### Issue The `dns_challenge { }` inside "acme_certificate" resource block is throwing below error while initializing with `vancluever/acme` **v2.18.0** & above. ``` resource "acme_certificate" "subdomain_cert" { account_key_pem = var.acme_account_key_pem common_name...
Hello Domain validation isn't always required by CA's, if the CA hierarchy isn't public, or the specific domain has been verified by another method. So is it possible to either...
When running 7 certificate renewals in parallel, all with the route53 provider and each with their own IAM role for the job, one of the renewals failed with a permission...
Hi It will be helpful if `acme_registration` provides an option to generate an account private key within the resource itself. The use case is when we need to rotate ACME...
Hello Need som help on an error I am getting when using the acme provider with Terraform, deploying to Azure The error I get is the same as in "azuredns:...