» Zone DNS Challenge Provider
The zoneee DNS challenge provider can be used to perform DNS challenges for
the acme_certificate resource with
Zone.
For complete information on how to use this provider with the acme_certifiate
resource, see here.
» Example
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "zoneee"
}
}
» 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.
-
ZONEEE_API_USER- The API user to use. -
ZONEEE_API_KEY- The API key to use.
The following additional optional variables are available:
-
ZONEEE_ENDPOINT- The API endpoint to use (default:https://api.zone.eu/v2/dns/). -
ZONEEE_POLLING_INTERVAL- The amount of time, in seconds, to wait between DNS propagation checks (default:5). -
ZONEEE_PROPAGATION_TIMEOUT- The amount of time, in seconds, to wait for DNS propagation (default:300). -
ZONEEE_HTTP_TIMEOUT- The timeout on HTTP requests to the API (default:30).