Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mmv1/products/appengine/StandardAppVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ properties:
- manual_scaling
# This flattener is entirely handwritten and must be updated with **any** new field or subfield
custom_flatten: templates/terraform/custom_flatten/appengine_standardappversion_automatic_scaling_handlenil.go.tmpl
default_from_api: true
properties:
- name: maxConcurrentRequests
type: Integer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ resource "google_app_engine_standard_app_version" "version" {
runtime = "nodejs22"
noop_on_destroy = true

// TODO: Removed basic scaling once automatic_scaling refresh behavior is fixed.
basic_scaling {
max_instances = 5
}
entrypoint {
shell = "node ./app.js"
}
Expand Down