We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c576fe8 commit 6fc3950Copy full SHA for 6fc3950
1 file changed
infra/functions-python/main.tf
@@ -567,7 +567,7 @@ resource "google_cloud_scheduler_job" "jbda_import_schedule" {
567
headers = {
568
"Content-Type" = "application/json"
569
}
570
- body = base64encode("{\"task_name\": \"jbda_import\", \"payload\": {\"dry_run\": \"false\"}}")
+ body = base64encode("{\"task\": \"jbda_import\", \"payload\": {\"dry_run\": false}}")
571
572
attempt_deadline = "320s"
573
0 commit comments