Skip to content

Commit 149bd4d

Browse files
committed
Merge branch 'updatenodejs' into update-log-export-version
2 parents 2d6db61 + bf41a91 commit 149bd4d

File tree

6 files changed

+6
-6
lines changed
  • examples
  • modules

6 files changed

+6
-6
lines changed

examples/automatic-labelling-folder/main.tf

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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]

modules/event-folder-log-entry/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ locals {
2121

2222
module "log_export" {
2323
source = "terraform-google-modules/log-export/google"
24-
version = "~> 10.0"
24+
version = "~> 8.0"
2525

2626
destination_uri = local.destination_uri
2727
filter = var.filter

modules/event-project-log-entry/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ locals {
2121

2222
module "log_export" {
2323
source = "terraform-google-modules/log-export/google"
24-
version = "~> 10.0"
24+
version = "~> 8.0"
2525

2626
destination_uri = local.destination_uri
2727
filter = var.filter

0 commit comments

Comments
 (0)