FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

heroku_drain

Provides a Heroku Drain resource. This can be used to create and manage Log Drains on Heroku.

Example Usage

resource "heroku_drain" "default" {
    app = "test-app"
    url = "syslog://terraform.example.com:1234"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io