Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/bq-log-alerting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module "bq-log-alerting" {
function_entry_point = "cronPubSub"
function_source_directory = "${path.module}/logging/cloud_function"
function_name = "generate-alerts"
function_runtime = "nodejs14"
function_runtime = "nodejs20"
function_service_account_email = google_service_account.gcf_service_account.email
function_timeout_s = var.function_timeout
function_available_memory_mb = var.function_memory
Expand Down
2 changes: 1 addition & 1 deletion test/integration/bq-log-alerting/controls/gcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
its('description') { should eq 'read from BQ view to generate alerts' }
its('timeout') { should eq '540s' }
its('available_memory_mb') { should eq 256 }
its('runtime') { should eq 'nodejs14' }
its('runtime') { should eq 'nodejs20' }
its('environment_variables') {
should include(
'CSCC_SOURCE' => source_name,
Expand Down