create
Usage
terrakube module create --organization <ORG> --name <NAME> --provider <PROVIDER> --source <SOURCE> [flags]Flags
Flag
Short
Type
Required
Description
Examples
terrakube module create -o "$ORG_ID" \
--name "iam" \
--provider "google" \
--source "https://github.com/terraform-google-modules/terraform-google-iam" \
--description "Initial IAM module" \
--output jsonLast updated
Was this helpful?