Skip to content

Commit 6a30d62

Browse files
committed
Corrected function name
1 parent f3a407e commit 6a30d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ resource "google_cloud_scheduler_job" "export_csv_scheduler" {
901901
schedule = var.export_csv_schedule
902902
region = var.gcp_region
903903
# paused = var.environment == "prod" ? false : true
904-
depends_on = [google_cloudfunctions2_function.export_and_upload_csv, google_cloudfunctions2_function_iam_member.export_csv_invoker]
904+
depends_on = [google_cloudfunctions2_function.export_csv, google_cloudfunctions2_function_iam_member.export_csv_invoker]
905905
http_target {
906906
http_method = "POST"
907907
uri = google_cloudfunctions2_function.export_csv.url

0 commit comments

Comments
 (0)