Activation
akamai_cloudwrapper_activation
Beta
While the underlying code for our Cloud Wrapper subprovider has been vetted, we’ve placed the beta label here only to collect your feedback and work through any issues.
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 about 1 year ago