You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/drain.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ description: |-
11
11
Provides a Heroku Drain resource. This can be used to
12
12
create and manage Log Drains on Heroku.
13
13
14
+
**Generation Compatibility**: Traditional log drains are only supported on Cedar generation apps. For Fir generation apps, consider using telemetry drains instead.
15
+
14
16
## Example Usage
15
17
16
18
```hcl-terraform
@@ -52,6 +54,7 @@ or `terraform refresh`. Either `url` or `sensitive_url` must be defined.
52
54
The following attributes are exported:
53
55
54
56
*`token` - The unique token for your created drain.
57
+
*`generation` - Generation of the associated app. Always "cedar" as drains are only supported on Cedar generation apps.
0 commit comments