File tree 4 files changed +4
-4
lines changed
automatic-labelling-folder
automatic-labelling-from-localhost
automatic-labelling-from-repository
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module "localhost_function" {
51
51
project_id = var. project_id
52
52
region = var. region
53
53
source_directory = " ${ path . module } /function_source"
54
- runtime = " nodejs10 "
54
+ runtime = " nodejs20 "
55
55
max_instances = 3000
56
56
}
57
57
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module "localhost_function" {
43
43
project_id = var. project_id
44
44
region = var. region
45
45
source_directory = " ${ path . module } /function_source"
46
- runtime = " nodejs10 "
46
+ runtime = " nodejs20 "
47
47
max_instances = 3000
48
48
}
49
49
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ module "repository_function" {
54
54
55
55
description = " Labels resource with owner information."
56
56
entry_point = " labelResource"
57
- runtime = " nodejs10 "
57
+ runtime = " nodejs20 "
58
58
max_instances = 3000
59
59
60
60
environment_variables = {
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ module "localhost_function" {
97
97
project_id = var. project_id
98
98
region = var. region
99
99
source_directory = " ${ path . module } /function_source"
100
- runtime = " nodejs10 "
100
+ runtime = " nodejs20 "
101
101
max_instances = 3000
102
102
103
103
source_dependent_files = [local_file . file ]
You can’t perform that action at this time.
0 commit comments