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

update

Updates workspace access rule permissions.

Usage

terrakube workspace-access update --organization <ORG> --workspace <WS> --id <ACCESS_ID> [flags]

Examples

terrakube workspace-access update -o "$ORG_ID" -w "$WS_ID" \
  --id "$ACCESS_ID" \
  --name "TERRAKUBE_ADMIN" \
  --manage-state=false \
  --manage-workspace \
  --manage-job \
  --output json

Last updated

Was this helpful?