logicmonitor_collector_group
Provides a LogicMonitor collector group resource. This can be used to create and manage LogicMonitor collector groups
Example Usage
# Create a new LogicMonitor collector group
resource "logicmonitor_collector_group" "group1" {
  name  = "collector_group_1"
  description = "a new test group"
}
Argument Reference
The following arguments are supported:
- 
name- (Required) Name of collector group
- 
description- (Optional) Set description of collector group
    © 2018 HashiCorpLicensed under the MPL 2.0 License.
    https://www.terraform.io/docs/providers/logicmonitor/r/collectorgroup.html