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_loop" {
source="./modules/alicloud/r/alicloud_brain_industrial_pid_loop"# pid_loop_configuration - (required) is a type of stringpid_loop_configuration=null# pid_loop_dcs_type - (required) is a type of stringpid_loop_dcs_type=null# pid_loop_desc - (optional) is a type of stringpid_loop_desc=null# pid_loop_is_crucial - (required) is a type of boolpid_loop_is_crucial=null# pid_loop_name - (required) is a type of stringpid_loop_name=null# pid_loop_type - (required) is a type of stringpid_loop_type=null# pid_project_id - (required) is a type of stringpid_project_id=null
}
resource"alicloud_brain_industrial_pid_loop""this" {
# pid_loop_configuration - (required) is a type of stringpid_loop_configuration=var.pid_loop_configuration# pid_loop_dcs_type - (required) is a type of stringpid_loop_dcs_type=var.pid_loop_dcs_type# pid_loop_desc - (optional) is a type of stringpid_loop_desc=var.pid_loop_desc# pid_loop_is_crucial - (required) is a type of boolpid_loop_is_crucial=var.pid_loop_is_crucial# pid_loop_name - (required) is a type of stringpid_loop_name=var.pid_loop_name# pid_loop_type - (required) is a type of stringpid_loop_type=var.pid_loop_type# pid_project_id - (required) is a type of stringpid_project_id=var.pid_project_id
}