Usage: stacks render [OPTIONS]
Render a layer into working Terraform code.
Options:
--init TEXT Run terraform init (auto, always, never)
--help Show this message and exit.
Used to render a layer's input code into its output code (under stacks.out
).
Must run within a layer directory (e.g. stacks/vpc/layers/production
).
$ cd stacks/vpc/layers/production
$ stacks render