library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Add Metadata to Compute Project Info

This pipeline adds metadata to a Google Cloud project.

Run the pipeline

To run this pipeline from your terminal:

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

Use this pipeline

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

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

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
metadatastringNoThe metadata to add to the project. This should be a key=value string.-

Outputs

NameDescription
project_metadataInformation about the updated project metadata.