standard
turbot/gcp_thrifty
Get Involved
Version
Pipeline: Snapshot & Detach & Delete Compute disk
A utility pipeline which snapshots and deletes a Compute disk.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gcp_thrifty.pipeline.snapshot_detach_and_delete_disk \  --arg 'project=<string>' \  --arg 'disk_name=<string>' \  --arg 'instance_name=<string>' \  --arg 'zone=<string>' \  --arg 'conn=<connection.gcp>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" {  pipeline = gcp_thrifty.pipeline.snapshot_detach_and_delete_disk    args = {    project = <string>    disk_name = <string>    instance_name = <string>    zone = <string>    conn = <connection.gcp>  }}Params
| Name | Type | Required | Description | Default | 
|---|---|---|---|---|
| project | string | Yes | GCP Project ID of the resource(s). | - | 
| disk_name | string | Yes | The name of the Compute disk. | - | 
| instance_name | string | Yes | The name of the instance to which the disk is attached. | - | 
| zone | string | Yes | GCP Zone of the resource(s). | - | 
| conn | connection.gcp | Yes | Name of the GCP connection to be used for any authenticated actions. | - | 
Outputs
This pipeline has no outputs.
Tags
category = Cost
folder = Internal
plugin = gcp
service = GCP/Compute