mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-15 16:00:26 -04:00
645 B
645 B
layout, page_title, sidebar_current
| layout | page_title | sidebar_current |
|---|---|---|
| heroku | Heroku: heroku_drain | docs-heroku-resource-drain |
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:
url- (Required) The URL for Heroku to drain your logs toapp- (Required) The Heroku app to link to.
Attributes Reference
The following attributes are exported:
token- The unique token for your created drain