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

delete

Deletes a variable from a workspace.

Usage

terrakube variable delete --organization <ORG> --workspace <WS> --id <VAR_ID>

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Organization ID or name.

--workspace

-w

String

Yes

Workspace ID or name.

--id

String

Yes

Variable ID to remove.

Examples

terrakube variable delete -o "$ORG_ID" -w "$WS_ID" --id "$VAR_ID"

Last updated

Was this helpful?