library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete Compute Engine Snapshot

This pipeline deletes a snapshot of a persistent disk in Google Cloud Compute Engine.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_compute_snapshot \
--arg 'project_id=<string>' \
--arg 'snapshot_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_compute_snapshot
args = {
project_id = <string>
snapshot_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
snapshot_namestringYesThe name of the snapshot to be deleted.-

Outputs

This pipeline has no outputs.