library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete All Objects and Storage Bucket

This pipeline deletes all objects and the bucket from Google Cloud Storage.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_all_objects_and_storage_bucket \
--arg 'project_id=<string>' \
--arg 'bucket_url=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_all_objects_and_storage_bucket
args = {
project_id = <string>
bucket_url = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
bucket_urlstringYesThe URL of the bucket to delete (e.g., gs://my-bucket/).-

Outputs

NameDescription
storage_deletion_infoInformation about the deleted storage bucket and its objects.