File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 571571 )
572572 ],
573573 max_instance_request_concurrency = 2 ,
574+ scaling = gcp .cloudrunv2 .ServiceTemplateScalingArgs (
575+ min_instance_count = 0 , max_instance_count = 2
576+ ),
574577 ** shared_template_args ,
575578 ),
576- scaling = gcp .cloudrunv2 .ServiceTemplateScalingArgs (
577- min_instance_count = 0 , max_instance_count = 2
578- ),
579579 opts = pulumi .ResourceOptions (
580580 depends_on = enabled_services , provider = gcp_provider
581581 ),
600600 )
601601 ],
602602 max_instance_request_concurrency = 100 ,
603+ scaling = gcp .cloudrunv2 .ServiceTemplateScalingArgs (
604+ min_instance_count = 0 , max_instance_count = 95
605+ ),
603606 ** shared_template_args ,
604607 ),
605- scaling = gcp .cloudrunv2 .ServiceTemplateScalingArgs (
606- min_instance_count = 0 , max_instance_count = 95
607- ),
608608 opts = pulumi .ResourceOptions (
609609 depends_on = enabled_services , provider = gcp_provider
610610 ),
You can’t perform that action at this time.
0 commit comments