Provides a Brain Industrial Pid Loop resource.
Basic Usage
resource "alicloud_brain_industrial_pid_loop" "example" {
pid_loop_configuration = "YourLoopConfiguration"
pid_loop_dcs_type = "standard"
pid_loop_is_crucial = true
pid_loop_name = "tf-testAcc"
pid_loop_type = "0"
pid_project_id = "856c6b8f-ca63-40a4-xxxx-xxxx"
}
The following arguments are supported:
pid_loop_configuration
- (Required) The Pid Loop Configuration.pid_loop_dcs_type
- (Required, ForceNew) The dcs type of Pid Loop. Valid values: standard
.pid_loop_desc
- (Optional) The desc of Pid Loop.pid_loop_is_crucial
- (Required) Whether is crucial Pid Loop.pid_loop_name
- (Required) The name of Pid Loop.pid_loop_type
- (Required) The type of Pid Loop. Valid values: 0
, 1
, 2
, 3
, 4
, 5
.pid_project_id
- (Required) The pid project id.The following attributes are exported:
id
- The resource ID in terraform of Pid Loop.status
- The status of Pid Loop.Brain Industrial Pid Loop can be imported using the id, e.g.
$ terraform import alicloud_brain_industrial_pid_loop.example <id>