پرش به مطلب اصلی

arvancloud_cdn_domain_acceleration (Resource)

Domain's acceleration settings.

Example Usage

import {
id = "cdn-terraform.ir"
to = arvancloud_cdn_domain_acceleration.example
}

resource "arvancloud_cdn_domain_acceleration" "example" {
domain = "cdn-terraform.ir"
status = "on"
extensions = [
"png",
"js"
]
}

Schema

Required

  • domain (String) UUID or the name of the domain.
  • extensions (List of String) Acceleration extensions.
  • status (String) Whether the acceleration is active or not.

Read-Only

  • last_updated (String) Timestamp of the last Terraform update of the domain.

Import

Import is supported using the following syntax:

terraform import arvancloud_cdn_domain_acceleration.example cdn-terraform.ir