library
turbot/gcp
Get Involved
Version
Pipeline: Create Storage Buckets
This pipeline creates new storage buckets.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gcp.pipeline.create_storage_buckets \  --arg 'project_id=<string>' \  --arg 'bucket_urls=<list(string)>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" {  pipeline = gcp.pipeline.create_storage_buckets    args = {    project_id = <string>    bucket_urls = <list(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. | - | 
| bucket_urls | list(string) | Yes | The GCP bucket URLs. | - | 
Outputs
This pipeline has no outputs.