FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

logentries_log

Provides a Logentries log resource.

Example Usage

# Create a log and add it to the log set
resource "logentries_log" "app_log" {
   logset_id = "${logentries_logset.host_logs.id}"
   name = "myapp-log"
   source = "token"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io