Activation
akamai_cloudwrapper_activation
Activate your Cloud Wrapper configuration.
resource "akamai_cloudwrapper_activation" "my_activation" {
config_id = 12345
revision = akamai_cloudwrapper_configuration.configuration.revision
}
Arguments
Pass both your configuration's ID and revision hash value in the body to activate your configuration.
Argument | Required | Description |
---|---|---|
config_id | ✔️ | The ID of the configuration you want to activate. |
revision | ✔️ | The configuration's hash value. This is computed during the create wrapper resource but not returned. Use a local, in-line variable to refer to the revision hash. |
Updated 5 months ago