Provides a Brain Industrial Pid Organization resource.
Basic Usage
resource "alicloud_brain_industrial_pid_organization" "example" {
pid_organization_name = "tf-testAcc"
}
The following arguments are supported:
parent_pid_organization_id
- (Optional, ForceNew) The ID of parent pid organization.pid_organization_name
- (Required) The name of pid organization.The following attributes are exported:
id
- The resource ID in terraform of Pid Organization.Brain Industrial Pid Organization can be imported using the id, e.g.
$ terraform import alicloud_brain_industrial_pid_organization.example <id>