standard
turbot/gcp_thrifty

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

NameTypeRequiredDescriptionDefault
project
string
YesGCP Project ID of the resource(s).-
disk_name
string
YesThe name of the Compute disk.-
instance_name
string
YesThe name of the instance to which the disk is attached.-
zone
string
YesGCP Zone of the resource(s).-
conn
connection.gcp
YesName 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