library
turbot/gcp
Get Involved
Version
Pipeline: Create API Key
This pipeline creates an API key in Google Cloud.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gcp.pipeline.create_api_key \ --arg 'project_id=<string>' \ --arg 'key_name=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = gcp.pipeline.create_api_key args = { project_id = <string> key_name = <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. | - |
key_name | string | Yes | The display name of the API key. | - |
Outputs
Name | Description |
---|---|
api_key_info | Information about the created API key. |