alicloud_rdc_organization

Provides a RDC Organization resource.

For information about RDC Organization and how to use it, see What is Organization.

Example Usage

Basic Usage

resource "alicloud_rdc_organization" "example" {
  organization_name = "example_value"
  source            = "example_value"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

RDC Organization can be imported using the id, e.g.

$ terraform import alicloud_rdc_organization.example <id>