logentries_logset
Use this data source to get information (like ID) of already existing Logentries LogSets.
Example Usage
data "logentries_logset" "logset" {
  name = "Example_Logset"
}
output "example_logset_id" {
  value = "data.logentries_logset.logset.id"
}
Attributes Reference
- 
name- Name of the LogSet to query.
    © 2018 HashiCorpLicensed under the MPL 2.0 License.
    https://www.terraform.io/docs/providers/logentries/d/logentries_logset.html