Late domain validation

akamai_property_domainownership_late_validation

Verify domain validations for all hostnames associated with a given property.

resource "akamai_property_domainownership_late_validation" "my_late_validation" {
  group_id          = "12345"
  contract_id       = "54321"
  property_id       = "67890"
  version           = 2
  validation_method = "DNS_CNAME"
}

Arguments

Argument Required Description
property_id Your property's ID.
version The property's version number.
contract_id Your contract ID.
group_id The group ID to which the property belongs.
validation_method The domain validation method to use. Possible values are:
  • DNS_CNAME. We generate a cname_record you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in _acme-challenge.domain-name format.
  • DNS_TXT. We generate a txt_record with a token value you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
  • HTTP. Applies only to domains with the HOST validation scope. You create a file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with the token.
timeouts Uses the create and update arguments to override the provider's processing timeout. By default, it's 30 minutes. Value is a string containing a number and its time reference, h for hours, m for minutes, s for seconds. You can pass one, two, or all time units. For example:
  • 1h3m5s
  • 2h5m
  • 3m

Attributes

Returned to you is information about your domains' validation state.