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 pksource
- (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>
文档内容是否对您有帮助?