alicloud_brain_industrial_pid_projects

This data source provides the Brain Industrial Pid Projects of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_brain_industrial_pid_projects" "example" {
  ids        = ["3e74e684-cbb5-xxxx"]
  name_regex = "tf-testAcc"
}

output "first_brain_industrial_pid_project_id" {
  value = data.alicloud_brain_industrial_pid_projects.example.projects.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: