library
turbot/gcp_thrifty

Snapshot & 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_and_delete_compute_disk \
--arg 'disk_name=<string>' \
--arg 'project=<string>' \
--arg 'zone=<string>' \
--arg 'cred=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = gcp_thrifty.pipeline.snapshot_and_delete_compute_disk
args = {
disk_name = <string>
project = <string>
zone = <string>
cred = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
disk_namestringYesCompute disk name.-
projectstringYesGCP Project ID of the resource(s).-
zonestringYesGCP Zone of the resource(s).-
credstringYesName of the credential to be used for any authenticated actions.-

Outputs

This pipeline has no outputs.