create
Usage
terrakube organization-variable create --organization <ORG> --key <KEY> --value <VALUE> --category <CATEGORY> [flags]Flags
Flag
Short
Type
Required
Description
Examples
terrakube organization-variable create -o "$ORG_ID" \
--key "GLOBAL_REGION" \
--value "us-east-1" \
--category "ENV" \
--description "Initial global variable" \
--output jsonLast updated
Was this helpful?