library
turbot/pipes
Get Involved
Version
Pipeline: Create Organization Workspace
Creates a new workspace for an organization.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.create_organization_workspace \ --arg 'organization_handle=<string>' \ --arg 'handle=<string>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.create_organization_workspace args = { organization_handle = <string> handle = <string> }}Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.pipes | Yes | Name of Pipes connection to use. If not provided, the default Pipes connection will be used. | connection.pipes.default |
| organization_handle | string | Yes | The handle of the organization where we want to create the workspace. | - |
| handle | string | Yes | The handle name of the workspace to be created. | - |
Outputs
| Name | Description |
|---|---|
| organization_workspace | Workspace details. |
Tags
recommended = true