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

update

Updates template parameters or base64-encoded flow content.

Usage

terrakube template update --organization <ORG> --id <TPL_ID> [flags]

Examples

terrakube template update -o "$ORG_ID" \
  --id "$TPL_ID" \
  --name "custom-plan-apply" \
  --description "Updated plan and apply flow" \
  --version "1.0.0" \
  --content "$TCL_B64" \
  --output json

Last updated

Was this helpful?