GuideReference
Guide

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"]
}

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.

Attributes

Returned to you is the status of your enrollment's validation.