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

update

Updates a registered module.

Usage

terrakube module update --organization <ORG> --id <MOD_ID> [flags]

Examples

terrakube module update -o "$ORG_ID" \
  --id "$MOD_ID" \
  --name "iam" \
  --provider "google" \
  --source "https://github.com/terraform-google-modules/terraform-google-iam" \
  --description "Updated IAM module description" \
  --output json

Last updated

Was this helpful?