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:
|
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:
|
Attributes
Returned to you is information about your domains' validation state.
Updated about 2 hours ago
