terraplate init
terraplate init¶
Runs terraform init on all subdirectories
Synopsis¶
Runs terraform init on all subdirectories.
Options¶
-h, --help help for init
-j, --jobs int Number of concurrent terraform jobs to run at one time (default 4)
--skip-build Skip build process (default: false)
-u, --upgrade Perform upgrade when initializing
Options inherited from parent commands¶
-C, --chdir string Switch to a different working directory before executing the given subcommand. (default ".")
SEE ALSO¶
- terraplate - DRY Terraform using Go Templates