update
Last updated
Was this helpful?
Updates workspace access rule permissions.
terrakube workspace-access update --organization <ORG> --workspace <WS> --id <ACCESS_ID> [flags]terrakube workspace-access update -o "$ORG_ID" -w "$WS_ID" \
--id "$ACCESS_ID" \
--name "TERRAKUBE_ADMIN" \
--manage-state=false \
--manage-workspace \
--manage-job \
--output jsonLast updated
Was this helpful?
Was this helpful?