library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.create_api_key
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.parker-aaa
key_namestringYesThe display name of the API key.my-api-key

Outputs

NameDescription
api_key_infoInformation about the created API key.