» OVH DNS Challenge Provider
The ovh
DNS challenge provider can be used to perform DNS challenges for
the acme_certificate
resource with
OVH.
For complete information on how to use this provider with the acme_certifiate
resource, see here.
» Example
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "ovh"
}
}
» 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.
OVH_ENDPOINT
- The API endpoint to use. Can be one ofovh-eu
orovh-ca
.OVH_APPLICATION_KEY
- The application key to use.OVH_APPLICATION_SECRET
- The application secret to use.OVH_CONSUMER_KEY
- The consumer key to use.