delete
Last updated
Was this helpful?
Deletes a variable from a workspace.
terrakube variable delete --organization <ORG> --workspace <WS> --id <VAR_ID>--organization
-o
String
Yes
Organization ID or name.
--workspace
-w
String
Yes
Workspace ID or name.
--id
String
Yes
Variable ID to remove.
terrakube variable delete -o "$ORG_ID" -w "$WS_ID" --id "$VAR_ID"Last updated
Was this helpful?
Was this helpful?