Skip to content

Commit 6eddd63

Browse files
heroku-johnnymars
andauthored
Update docs/resources/app.md
Co-authored-by: Mars Hall <[email protected]> Signed-off-by: Johnny Winn <[email protected]>
1 parent bf98b91 commit 6eddd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ The following arguments are supported:
8989
unique ID, so it must be unique and have a minimum of 3 characters.
9090
* `region` - (Required) The region that the app should be deployed in.
9191
* `generation` - (Computed) Generation of the app platform. Automatically determined based on the space the app is deployed to. Apps in Fir generation spaces will be `fir`, all other apps will be `cedar`.
92-
- **Cedar**: Traditional platform supporting buildpacks, stack configuration, and internal routing
93-
- **Fir**: Next-generation platform with Cloud Native Buildpacks (CNB). Does not support `buildpacks`, `stack`, or `internal_routing` fields
92+
- `cedar`: Traditional platform supporting buildpacks, stack configuration, and internal routing
93+
- `fir`: Next-generation platform with Cloud Native Buildpacks (CNB). Does not support `buildpacks`, `stack`, or `internal_routing` fields
9494
* `stack` - (Optional) The application stack is what platform to run the application in. **Note**: Not supported for `fir` generation apps.
9595
* `buildpacks` - (Optional) Buildpack names or URLs for the application.
9696
Buildpacks configured externally won't be altered if this is not present. **Note**: Not supported for `fir` generation apps. Use project.toml for Cloud Native Buildpacks configuration instead.

0 commit comments

Comments
 (0)