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

arvancloud_cdn_domain (Resource)

Domain resource

Example Usage

resource "arvancloud_cdn_domain" "example" {
name = "example-domain.ir"
type = "full"
plan_level = 1
}

Schema

Required

  • name (String) Name of the domain

Optional

  • plan_level (Number) Plan level of the domain
  • type (String) Type of the domain. Full: NS Delegate, Partial: CNAME Setup

Read-Only

  • id (String) UUID identifier of the domain.
  • last_updated (String) The timestamp of the last update to the domain.

Import

Import is supported using the following syntax:

terraform import arvancloud_cdn_domain.example 1a700f5a-acef-4786-9192-4960dcf18449