google_cloud_run_v2_job

Get information about a Google Cloud Run v2 Job. For more information see the official documentation and API.

Example Usage

data "google_cloud_run_v2_job" "my_job" {
  name     = "my-job"
  location = "us-central1"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_cloud_run_v2_job resource for details of the available attributes.