update
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 jsonLast updated
Was this helpful?