You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_brain_industrial_pid_project" {
source="./modules/alicloud/r/alicloud_brain_industrial_pid_project"# pid_organization_id - (required) is a type of stringpid_organization_id=null# pid_project_desc - (optional) is a type of stringpid_project_desc=null# pid_project_name - (required) is a type of stringpid_project_name=null
}
resource"alicloud_brain_industrial_pid_project""this" {
# pid_organization_id - (required) is a type of stringpid_organization_id=var.pid_organization_id# pid_project_desc - (optional) is a type of stringpid_project_desc=var.pid_project_desc# pid_project_name - (required) is a type of stringpid_project_name=var.pid_project_name
}