» DNS Made Easy DNS Challenge Provider
The dnsmadeeasy
DNS challenge provider can be used to perform DNS challenges for
the acme_certificate
resource with
DNS Made Easy.
For complete information on how to use this provider with the acme_certifiate
resource, see here.
» Example
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "dnsmadeeasy"
}
}
» Argument Reference
The following arguments can be either passed as environment variables, or
directly through the config
block in the
dns_challenge
argument in the
acme_certificate
resource. For more details, see
here.
DNSMADEEASY_API_KEY
- The API key to use.DNSMADEEASY_API_SECRET
- The secret key to use.