Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 469 Bytes

3.3.1. stacks render.md

File metadata and controls

25 lines (17 loc) · 469 Bytes

stacks render

Usage

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.

Description

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).

Example

$ cd stacks/vpc/layers/production
$ stacks render