standard
turbot/gcp_thrifty

Pipeline: 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 '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_and_delete_compute_disk
args = {
disk_name = <string>
project = <string>
zone = <string>
conn = <connection.gcp>
}
}

Params

NameTypeRequiredDescriptionDefault
disk_name
string
YesCompute disk name.-
project
string
YesGCP Project ID of the resource(s).-
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