We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb27ee commit b497c0dCopy full SHA for b497c0d
terraform/modules/service/main.tf
@@ -36,6 +36,9 @@ resource "google_cloud_run_v2_service" "cloudrun_service" {
36
ingress = "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"
37
template {
38
service_account = var.cloudrun_service_account_email
39
+ scaling {
40
+ max_instance_count = 1
41
+ }
42
containers {
43
image = var.image
44
env {
0 commit comments