Cloud Deploy Delivery Pipeline

Cloud Deploy Delivery Pipeline in Google Cloud is a resource that defines the sequence of stages and targets for releasing applications. It manages how software moves from development through testing and into production, ensuring consistent and automated delivery. This pipeline helps teams standardize deployment processes, enforce release policies, and track progress across environments.

gcp.clouddeploy_delivery_pipeline

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
annotationscorehstoreOptional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy.
conditioncorejsonOutput only. Information around the state of the Delivery Pipeline.
create_timecoretimestampOutput only. Time at which the pipeline was created.
datadog_display_namecorestring
descriptioncorestringOptional. Description of the `DeliveryPipeline`. Max length is 255 characters.
etagcorestringThis checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
labelscorearray<string>Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
namecorestringIdentifier. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}`. The `deliveryPipeline` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
resource_namecorestring
serial_pipelinecorejsonOptional. SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
suspendedcoreboolOptional. When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
tagscorehstore
uidcorestringOutput only. Unique identifier of the `DeliveryPipeline`.
update_timecoretimestampOutput only. Most recent time at which the pipeline was updated.