alicloud_ga_domain

Provides a Ga Domain resource.

For information about Ga Domain and how to use it, see What is Domain.

Example Usage

Basic Usage

resource "alicloud_ga_accelerator" "default" {
  duration        = 1
  auto_use_coupon = true
  spec            = "1"
}

resource "alicloud_ga_domain" "default" {
  domain         = "changes.com.cn"
  accelerator_id = alicloud_ga_accelerator.default.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Ga Domain can be imported using the id, e.g.

$ terraform import alicloud_ga_domain.example <accelerator_id>:<domain>