Hostname activations
akamai_property_hostname_activations
This applies only to properties of the
HOSTNAME_BUCKETtype.
List all property hostname activations available to you.
data "akamai_property_hostname_activations" "my-hostname-activations" {
property_id = "12345"
network = "STAGING"
group_id = "12345"
contract_id = "C-0N7RAC7"
}
output "my-hostname-activations" {
value = data.akamai_property_hostname_activations.my-hostname-activations
}
my-hostname-activations = {
account_id = "A-CCT1234"
contract_id = "C-0N7RAC7"
group_id = "12345"
hostname_activations = [
{
activation_type = "ACTIVATE"
hostname_activation_id = "atv_12345"
network = "STAGING"
note = "Sample activation"
notify_emails = [
"jsmith@email.com",
]
status = "ACTIVE"
submit_date = "2025-03-10T15:20:44Z"
update_date = "2025-03-10T15:23:00Z"
},
]
network = "STAGING"
property_id = "12345"
property_name = "my-property"
}
Arguments
Send your property ID in the body of the declaration to get a list of hostname activations. If your property belongs to more than one contract and group, add the group and contract IDs.
| Argument | Required | Description |
|---|---|---|
property_id | ✔ | Your property's ID. |
network | The network of activation, either STAGING or PRODUCTION. | |
group_id | Your group's ID. | |
contract_id | Your contract's ID. |
Attributes
Returned to you is a set of hostname activations.
| Attribute | Description |
|---|---|
account_id |
The account's ID. |
contract_id |
The contract's ID. |
group_id |
The group's ID. |
hostname_activations |
The set of hostnames activated within a given property activation on the staging and production networks. Includes:
|
network |
The selected network of activation, either STAGING or PRODUCTION. |
property_id |
The property's ID. |
property_name |
A human-readable, descriptive name for the property. |
Updated 14 days ago
