For the complete documentation index, see llms.txt. This page is also available as Markdown.

create

Links a variable collection to a target workspace.

Usage

terrakube collection-reference create --organization <ORG> --collection <COL> --workspace <WS> [flags]

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Organization ID or name.

--collection

String

Yes

Collection ID or name.

--workspace

-w

String

Yes

Target Workspace ID or name.

--description

-d

String

No

Description.

Examples

terrakube collection-reference create -o "$ORG_ID" \
  --collection "$COL_ID" \
  -w "$WS_ID" \
  --description "Collection reference to workspace" \
  --output json

Last updated

Was this helpful?