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.
» Aurora DNS DNS Challenge Provider
The auroradns
DNS challenge provider can be used to perform DNS challenges for
the acme_certificate
resource with
Aurora DNS.
For complete information on how to use this provider with the acme_certifiate
resource, see here.
» Example
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "auroradns"
}
}
» 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.
AURORA_ENDPOINT
- API endpoint URL.AURORA_KEY
- User API key.AURORA_USER_ID
- User ID.AURORA_POLLING_INTERVAL
- Time between DNS propagation check.AURORA_PROPAGATION_TIMEOUT
- Maximum waiting time for DNS propagation.AURORA_TTL
- The TTL of the TXT record used for the DNS challenge.