Include activation
akamai_property_include_activation
Activate your include and make it available to a property.
A
notechange does not trigger a new property activation.
resource "akamai_property_include_activation" "my_example" {
include_id = "inc_X12345"
contract_id = "C-0N7RAC7"
group_id = "X112233"
version = 1
network = "STAGING"
notify_emails = [
"example@example.com",
"example2@example.com"
]
timeouts {
default = "1h"
}
}
Arguments
This resource supports these arguments:
-
include_id- (Required) An include's unique ID with the optionalinc_prefix. -
contract_id- (Required) A contract's unique ID, including the optionalctr_prefix. -
group_id- (Required) A group's unique ID, including the optionalgrp_prefix. -
version- (Required) The version of the include you want to activate. -
network- (Required) The network for which the activation will be performed. -
notify_emails- (Required) The list of email addresses to notify when the activation status changes. -
note- (Optional) A log message assigned to the activation request. -
auto_acknowledge_rule_warnings- (Optional) Automatically acknowledge all rule warnings for activation and continue. -
timeouts- Uses adefaultargument to override the HashiCorp processing timeout of 20 minutes. Value is a string containing a number and its time reference,h,m,s. You can pass one, two, or all values. For example:1h3m5s2h5m3m
Attributes
This resource returns this attribute:
validations- The validation information in JSON format.
Updated 4 months ago
