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
-`name` - (Required) The name of the collector. This is required, and has to be unique. Changing this will force recreation the collector.
27
-
-`description` - (Optional) The description of the collector.
28
-
-`category` - (Optional) The default source category for any source attached to this collector. Can be overridden in the configuration of said sources.
29
-
-`timezone` - (Optional) The time zone to use for this collector. The value follows the [tzdata][2] naming convention.
-`lookup_by_name` - (Optional) Configures an existent collector using the same 'name' or creates a new one if non existent. Defaults to false.
32
-
-`destroy` - (Optional) Whether or not to delete the collector in Sumo when it is removed from Terraform. Defaults to true.
26
+
*`name` - (Required) The name of the collector. This is required, and has to be unique. Changing this will force recreation the collector.
27
+
*`description` - (Optional) The description of the collector.
28
+
*`category` - (Optional) The default source category for any source attached to this collector. Can be overridden in the configuration of said sources.
29
+
*`timezone` - (Optional) The time zone to use for this collector. The value follows the [tzdata][2] naming convention.
*`lookup_by_name` - DEPRECATED - Use the data source or import the collector - (Optional) Configures an existent collector using the same 'name' or creates a new one if non existent. Defaults to false.
32
+
*`destroy` - DEPRECATED - Use lifecycle management attribute [`prevent_destroy`][4] - (Optional) Whether or not to delete the collector in Sumo when it is removed from Terraform. Defaults to true.
33
33
34
34
The following attributes are exported:
35
35
36
-
-`id` - The internal ID of the collector. This can be used to attach sources to the collector.
36
+
*`id` - The internal ID of the collector. This can be used to attach sources to the collector.
37
37
38
38
## Import
39
39
Collectors can be imported using the collector id, e.g.:
0 commit comments