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/app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,8 @@ The following arguments are supported:
89
89
unique ID, so it must be unique and have a minimum of 3 characters.
90
90
*`region` - (Required) The region that the app should be deployed in.
91
91
*`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
94
94
*`stack` - (Optional) The application stack is what platform to run the application in. **Note**: Not supported for `fir` generation apps.
95
95
*`buildpacks` - (Optional) Buildpack names or URLs for the application.
96
96
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