» IIJ DNS Challenge Provider
The iij
DNS challenge provider can be used to perform DNS challenges for
the acme_certificate
resource with
IIJ.
For complete information on how to use this provider with the acme_certifiate
resource, see here.
» Example
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "iij"
}
}
» 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.
-
IIJ_API_ACCESS_KEY
- The API access key to use. -
IIJ_API_SECRET_KEY
- The API secret key to use. -
IIJ_DO_SERVICE_CODE
- The service code of DNS outsource service to use.
The following additional optional variables are available:
-
IIJ_POLLING_INTERVAL
- The amount of time, in seconds, to wait between DNS propagation checks (default:4
). -
IIJ_PROPAGATION_TIMEOUT
- The amount of time, in seconds, to wait for DNS propagation (default:120
). -
IIJ_TTL
- The TTL to set on DNS challenge records, in seconds (default:300
).