日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_rdc_organization

更新時間:

Provides a RDC Organization resource.

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

-> NOTE: Available in v1.137.0+.

Example Usage

Basic Usage


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

Argument Reference

The following arguments are supported:

  • desired_member_count - (Optional) The desired member count.
  • organization_name - (Required, ForceNew, ForceNew) Company name.
  • real_pk - (Optional) User pk, not required, only required when the ak used by the calling interface is inconsistent with the user pk
  • source - (Required) This is organization source information

Attributes Reference

The following attributes are exported:

  • id - The resource ID in terraform of Organization.

Import

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

$ terraform import alicloud_rdc_organization.example <id>