alicloud_brain_industrial_pid_project

Provides a Brain Industrial Pid Project resource.

Example Usage

Basic Usage

resource "alicloud_brain_industrial_pid_project" "example" {
  pid_organization_id = "3e74e684-cbb5-xxxx"
  pid_project_name    = "tf-testAcc"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Brain Industrial Pid Project can be imported using the id, e.g.

$ terraform import alicloud_brain_industrial_pid_project.example <id>