create
Last updated
Was this helpful?
Associates an organization tag with a workspace.
terrakube workspace-tag create --organization <ORG> --workspace <WS> --tag-id <TAG_ID>--organization
-o
String
Yes
Organization ID or name.
--workspace
-w
String
Yes
Workspace ID or name.
--tag-id
String
Yes
Organization Tag ID.
terrakube workspace-tag create -o "$ORG_ID" -w "$WS_ID" --tag-id "$TAG_ID" --output jsonLast updated
Was this helpful?
Was this helpful?