Skip to content

Commit a07eadb

Browse files
committed
Fix Cloud Scheduler resource
1 parent d51f180 commit a07eadb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
resource "google_cloud_scheduler_job" "job" {
2222
name = "${var.job_name}"
2323
project = "${var.project_id}"
24+
region = "${var.region}"
2425
description = "${var.job_description}"
2526
schedule = "${var.job_schedule}"
2627
time_zone = "${var.time_zone}"

0 commit comments

Comments
 (0)