File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
automatic-labelling-folder
automatic-labelling-from-localhost
automatic-labelling-from-repository Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module "localhost_function" {
5151 project_id = var. project_id
5252 region = var. region
5353 source_directory = " ${ path . module } /function_source"
54- runtime = " nodejs10 "
54+ runtime = " nodejs20 "
5555 max_instances = 3000
5656}
5757
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module "localhost_function" {
4343 project_id = var. project_id
4444 region = var. region
4545 source_directory = " ${ path . module } /function_source"
46- runtime = " nodejs10 "
46+ runtime = " nodejs20 "
4747 max_instances = 3000
4848}
4949
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ module "repository_function" {
5454
5555 description = " Labels resource with owner information."
5656 entry_point = " labelResource"
57- runtime = " nodejs10 "
57+ runtime = " nodejs20 "
5858 max_instances = 3000
5959
6060 environment_variables = {
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ module "localhost_function" {
9797 project_id = var. project_id
9898 region = var. region
9999 source_directory = " ${ path . module } /function_source"
100- runtime = " nodejs10 "
100+ runtime = " nodejs20 "
101101 max_instances = 3000
102102
103103 source_dependent_files = [local_file . file ]
You can’t perform that action at this time.
0 commit comments