alicloud_ecd_simple_office_site

Provides a ECD Simple Office Site resource.

For information about ECD Simple Office Site and how to use it, see What is Simple Office Site.

Example Usage

Basic Usage

resource "random_integer" "default" {
  min = 10000
  max = 99999
}

resource "alicloud_ecd_simple_office_site" "default" {
  cidr_block          = "172.16.0.0/12"
  enable_admin_access = true
  desktop_access_type = "Internet"
  office_site_name    = "terraform-example-${random_integer.default.result}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

ECD Simple Office Site can be imported using the id, e.g.

$ terraform import alicloud_ecd_simple_office_site.example <id>