DV validation
akamai_cps_dv_validation
Send certificate challenge acknowledgment to begin token validation and deployment to the staging and production networks.
resource "akamai_cps_dv_validation" "my-dv-validation" {
enrollment_id = 12345
sans = ["san1.my-site.com", "san2.my-site.com"]
timeouts {
default = "1h"
}
}
Arguments
Pass your enrollment ID and any optional arguments to begin enrollment validation.
Argument | Required | Description |
---|---|---|
enrollment_id |
✔ | Your enrollment's ID. |
sans |
The Subject Alternative Names (SAN) list for tracking changes on related enrollments. Whenever any SAN changes, the Akamai provider recreates this resource and sends another acknowledgment request to CPS. | |
timeouts |
Uses a default argument to override the HashiCorp processing timeout of 20 minutes. Value is a string containing a number and its time reference, h , m , s . You can pass one, two, or all values. For example:
|
Attributes
Returned to you is the status
of your enrollment's validation.
Updated 20 days ago