library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

List Compute Disks

This pipeline displays all Google Compute Engine disks in a project.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.list_compute_disks \
--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_compute_disks
args = {
project_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-

Outputs

NameDescription
disksInformation about the created disks.