Skip to content

Commit 215da5e

Browse files
chore: bump log_export version and fixes nodejs runtime environment (#269)
1 parent c0c3864 commit 215da5e

File tree

4 files changed

+4
-4
lines changed
  • examples

4 files changed

+4
-4
lines changed

examples/automatic-labelling-folder/main.tf

+1-1
Original file line numberDiff line numberDiff 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

examples/automatic-labelling-from-localhost/main.tf

+1-1
Original file line numberDiff line numberDiff 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

examples/automatic-labelling-from-repository/main.tf

+1-1
Original file line numberDiff line numberDiff 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 = {

examples/dynamic-files/main.tf

+1-1
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)