library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete Storage Buckets

This pipeline deletes one or more Cloud Storage buckets.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_storage_buckets \
--arg 'project_id=<string>' \
--arg 'bucket_urls=<list of string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_storage_buckets
args = {
project_id = <string>
bucket_urls = <list of string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
bucket_urlslist of stringYesThe GCP bucket URLs.-

Outputs

This pipeline has no outputs.