Back to Terragrunt

Scaffold Var

docs/src/data/flags/scaffold-var.mdx

1.0.3278 B
Original Source

Sets variables to be used in the boilerplate template during scaffolding. You can specify multiple variables by using the flag multiple times.

Example:

bash
terragrunt scaffold github.com/org/repo//modules/mysql \
  --var="environment=prod" \
  --var="region=us-east-1"