-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
startup_cpu_boost not works in google_cloud_run_v2_service #20784
Comments
According to https://cloud.google.com/run/docs/reference/rest/v2/Container#ResourceRequirements, it seems like the |
Hi, here is the document that explains how to enable the startup CPU boost feature(the yaml tab): https://cloud.google.com/run/docs/configuring/services/cpu#startup-boost The full spec is here: https://cloud.google.com/run/docs/reference/yaml/v1 |
The problem is that after applying Terraform, the If the Cloud Run service is updated using the
|
@leowang-vsgames, can you provide a screenshot for this? Thanks. But I don't think it is the problem in Terraform provider. |
That is expected, because |
Community Note
Terraform Version & Provider Version(s)
$ terraform version
Terraform v1.10.3
on darwin_arm64
Affected Resource(s)
google_cloud_run_v2_service
Terraform Configuration
Debug Output
Expected Behavior
According to the document, startup-cpu-boost should be configured as follows, rather than within the container specification.
Actual Behavior
No response
Steps to reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: