Skip to content

terraplate plan

terraplate plan

Runs terraform plan on all subdirectories

Synopsis

Runs terraform plan on all subdirectories.

terraplate plan [flags]

Options

      --dev                   Start dev mode after plan finishes
  -h, --help                  help for plan
      --init                  Run terraform init also
  -j, --jobs int              Number of concurrent terraform jobs to run at one time (default 4)
      --output-level string   Level of output to show (all or drift) (default "all")
      --skip-build            Skip build process (default: false)

Options inherited from parent commands

  -C, --chdir string   Switch to a different working directory before executing the given subcommand. (default ".")

SEE ALSO