Stack Generator
You can use terraspace new stack
to create the a starter stack structure. Example:
$ terraspace new stack demo
=> Creating new stack called demo.
create app/stacks/demo
create app/stacks/demo/main.tf
create app/stacks/demo/outputs.tf
create app/stacks/demo/variables.tf
You can use `terraspace new module` to create the a starter module structure. Example:
$
For the difference between a module and a stack, refer to Project Structure