library
turbot/gcp
Get Involved
Version
Pipeline: 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
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. | - |
metadata | string | No | The metadata to add to the project. This should be a key=value string. | - |
Outputs
Name | Description |
---|---|
project_metadata | Information about the updated project metadata. |