Get information about a Google Cloud Run v2 Job. For more information see the official documentation and API.
data "google_cloud_run_v2_job" "my_job" {
name = "my-job"
location = "us-central1"
}
The following arguments are supported:
name
- (Required) The name of the Cloud Run v2 Job.
location
- (Required) The location of the instance. eg us-central1
project
- (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.See google_cloud_run_v2_job resource for details of the available attributes.