Activation
akamai_cloudwrapper_activation
Activate your Cloud Wrapper configuration.
resource "akamai_cloudwrapper_activation" "my_activation" {
  config_id = 12345
  revision  = "a12345bc6789d01e2f3"
}
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 9 months ago
