library
turbot/gcp
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.gcp | Yes | Name of GCP connection to use. If not provided, the default GCP connection will be used. | connection.gcp.default |
project_id | string | Yes | The GCP project ID. | - |
snapshot_name | string | Yes | The name of the snapshot to be deleted. | - |
Outputs
This pipeline has no outputs.