NOTE: The following documentation is auto-generated from the ACME provider's API library lego. Some sections may refer to lego directly - in most cases, these sections apply to the Terraform provider as well.
» Exoscale DNS Challenge Provider
The exoscale
DNS challenge provider can be used to perform DNS challenges for
the acme_certificate
resource with
Exoscale.
For complete information on how to use this provider with the acme_certifiate
resource, see here.
» Example
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "exoscale"
}
}
» 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.
In addition, arguments can also be stored in a local file, with the path
supplied by supplying the argument with the _FILE
suffix. See
here for more information.
EXOSCALE_API_KEY
- API key.EXOSCALE_API_SECRET
- API secret.EXOSCALE_ENDPOINT
- API endpoint URL.EXOSCALE_HTTP_TIMEOUT
- API request timeout.EXOSCALE_POLLING_INTERVAL
- Time between DNS propagation check.EXOSCALE_PROPAGATION_TIMEOUT
- Maximum waiting time for DNS propagation.EXOSCALE_TTL
- The TTL of the TXT record used for the DNS challenge.