Skip to content

Commit

Permalink
Job schedule pause
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpuiggarcia committed Mar 8, 2024
1 parent ae11f77 commit 6184be9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gcp/cloud-run-v2-job/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,9 @@ resource "google_cloud_scheduler_job" "scheduler_job" {
service_account_email = var.cloud_run_service_account
}
}
lifecycle {
ignore_changes = [
paused,
]
}
}

0 comments on commit 6184be9

Please sign in to comment.