update
Usage
terrakube organization-variable update --organization <ORG> --id <GVAR_ID> --key <KEY> --value <VALUE> --category <CATEGORY>Examples
terrakube organization-variable update -o "$ORG_ID" \
--id "$GVAR_ID" \
--key "GLOBAL_REGION" \
--value "us-west-2" \
--category "ENV" \
--description "Updated global variable" \
--output jsonLast updated
Was this helpful?