GuideReference
TrainingSupportCommunity
Guide

Activations

akamai_networklist_activations

 Average processing time 3-5 minutes

Activate a network list in the staging or production network. To deactivate a network, use the network list resource.

resource "akamai_networklist_activations" "my_activation" {
  network_list_id     = "123456_MYNETWORKLIST"
  network             = "staging"
  sync_point          =  0
  notes                = "Activation to stage for testing"
  notification_emails = ["jsmith@email.com"]
}

Arguments

ArgumentRequiredDescription
network_list_id✔️Your network list's ID.
notification_emails✔️A list of email addresses that receive change notifications.
sync_point✔️The incremental version of your network list.
networkAkamai network in which to activate your property, either staging or production. The default is staging.
notesAdditional information about your activation.

Attributes reference

There is no default standard output. Upon creation, the last line of the process log contains your activation's ID.

Adding an output block returns basic information about your network list.

ArgumentDescription
idYour activation ID.
network_list_idYour network list's ID.
notification_emailsA list of email addresses that receive change notifications.
networkAkamai network in which to activate your property, either staging or production. The default is staging.
notesAdditional information about your activation.
statusThe status of your activation. One of:
  • INACTIVE. The network list is not activated.
  • PENDING_ACTIVATION. An activation has started but is not yet complete.
  • ACTIVE. The network list is active.
  • MODIFIED. A previous sync_point of the network list is currently active.
  • PENDING_DEACTIVATION. An activation for different sync_point of the network list has started but is not yet complete.
  • FAILED. The network list failed to activate.
sync_pointThe incremental version of your network list.