Skip to content

Commit ef690da

Browse files
Update date for upcoming AppEngine standardSchedulerSettings maxInsta… (#13056) (#21417)
[upstream:80bad5aeefefcaa935908a6151fce5c78909f923] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent a60ff03 commit ef690da

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/13056.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/appengine/resource_app_engine_standard_app_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ A duration in seconds with up to nine fractional digits, terminated by 's'. Exam
190190
Optional: true,
191191
Description: `Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
192192
193-
**Note:** Starting from February 17, 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.`,
193+
**Note:** Starting from March 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.`,
194194
},
195195
"min_instances": {
196196
Type: schema.TypeInt,

website/docs/r/app_engine_standard_app_version.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ The following arguments are supported:
423423
* `max_instances` -
424424
(Optional)
425425
Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
426-
**Note:** Starting from February 17, 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
426+
**Note:** Starting from March 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
427427

428428
<a name="nested_basic_scaling"></a>The `basic_scaling` block supports:
429429

0 commit comments

Comments
 (0)