library
turbot/gcp
Get Involved
Version
Pipeline: List Storage Buckets
This pipeline list Cloud Storage buckets.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gcp.pipeline.list_storage_buckets \ --arg 'project_id=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = gcp.pipeline.list_storage_buckets args = { project_id = <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. | - |
Outputs
Name | Description |
---|---|
buckets | Information about the GCP Storage buckets in the project. |
Tags
recommended = true