Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.68 KB

File metadata and controls

31 lines (21 loc) · 1.68 KB

Google Cloud Run

Status: Experimental

These conventions are recommended for resources running on Cloud Run.

Status: Experimental

type: gcp.cloud_run

Description: Resource used by Google Cloud Run.

Attribute Type Description Examples Requirement Level Stability
gcp.cloud_run.job.execution string The name of the Cloud Run execution being run for the Job, as set by the CLOUD_RUN_EXECUTION environment variable. job-name-xxxx; sample-job-mdw84 Recommended Experimental
gcp.cloud_run.job.task_index int The index for a task within an execution as provided by the CLOUD_RUN_TASK_INDEX environment variable. 0; 1 Recommended Experimental