terraplate
terraplate¶
DRY Terraform using Go Templates
Synopsis¶
DRY Terraform using Go Templates.
Terraplate keeps your Terraform DRY. Create templates that get built using Go Templates to avoid repeating common Terraform configurations like providers and backend.
Options¶
-C, --chdir string Switch to a different working directory before executing the given subcommand. (default ".")
-h, --help help for terraplate
SEE ALSO¶
- terraplate apply - Runs terraform apply on all subdirectories
- terraplate build - Build Terraform files based your Terrafiles
- terraplate dev - Enters dev mode which launches a Terminal UI for Terraplate
- terraplate drift - Detect drift in your infrastructure (experimental feature)
- terraplate init - Runs terraform init on all subdirectories
- terraplate parse - Parse the terraplate files and print a summary
- terraplate plan - Runs terraform plan on all subdirectories
- terraplate show - Runs terraform show on all subdirectories
- terraplate version - Show the Terraplate version