library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Enable Cloud Service

This pipeline enables a Google Cloud service.

Run the pipeline

To run this pipeline from your terminal:

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

Use this pipeline

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

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

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
service_namestringYesThe name of the service to enable.-

Outputs

NameDescription
service_enable_infoInformation about the enabled service.