Skip to content

Commit

Permalink
Fix missing QUEUE environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Dec 22, 2024
1 parent d8ba6e3 commit 4e5e0aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tofu/ktisis/receiver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ resource "google_cloud_run_v2_service" "ktisis_receiver" {
value = data.google_compute_default_service_account.compute.email
}

env {
name = "QUEUE"
value = google_cloud_tasks_queue.cloud_tasks.name
}

env {
name = "REPOSITORY_OWNERS"
value = join(" ", var.repository_owners)
Expand Down

0 comments on commit 4e5e0aa

Please sign in to comment.