library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Manage Pub/Sub topic

Create and delete Pub/Sub topics in a GCP project.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.test_create_pubsub_topic \
--arg 'project_id=<string>' \
--arg 'topic_name=<list of string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.test_create_pubsub_topic
args = {
project_id = <string>
topic_name = <list of string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
topic_namelist of stringYesThe name of the Pub/Sub topic.-

Outputs

NameDescription
create_pubsub_topic
delete_pubsub_topic

Tags

type = test