File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
jobs_execute_jobs_on_schedule
jobs_task_parallelism_create Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ resource "google_project_service" "cloudrun_api" {
2727# Create basic Cloud Run Job using sample container image
2828# [START cloudrun_jobs_create]
2929resource "google_cloud_run_v2_job" "default" {
30- name = " cloud-run-job"
31- location = " us-central1"
30+ name = " cloud-run-job"
31+ location = " us-central1"
3232
3333 deletion_protection = false # set to "true" in production
3434
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ resource "google_project_iam_binding" "token_creator_binding" {
6767
6868# Cloud Run Job
6969resource "google_cloud_run_v2_job" "default" {
70- name = " cloud-run-job"
71- location = " us-central1"
70+ name = " cloud-run-job"
71+ location = " us-central1"
7272
7373 deletion_protection = false # set to "true" in production
7474
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ resource "google_project_service" "cloudrun_api" {
2626
2727# [START cloudrun_jobs_max_retries_create]
2828resource "google_cloud_run_v2_job" "default" {
29- name = " cloud-run-job-retries"
30- location = " us-central1"
29+ name = " cloud-run-job-retries"
30+ location = " us-central1"
3131
3232 deletion_protection = false # set to "true" in production
3333
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ resource "google_project_service" "cloudrun_api" {
2626
2727# [START cloudrun_jobs_task_parallelism_create]
2828resource "google_cloud_run_v2_job" "default" {
29- name = " cloud-run-job-parallelism"
30- location = " us-central1"
29+ name = " cloud-run-job-parallelism"
30+ location = " us-central1"
3131
3232 deletion_protection = false # set to "true" in production
3333
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ resource "google_project_service" "cloudrun_api" {
2626
2727# [START cloudrun_jobs_task_timeout_create]
2828resource "google_cloud_run_v2_job" "default" {
29- name = " cloud-run-job-timeout"
30- location = " us-central1"
29+ name = " cloud-run-job-timeout"
30+ location = " us-central1"
3131
3232 deletion_protection = false # set to "true" in production
3333
You can’t perform that action at this time.
0 commit comments