Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 442 Bytes

3.3.2. stacks terraform.md

File metadata and controls

26 lines (18 loc) · 442 Bytes

stacks terraform

Usage

Usage: stacks terraform [OPTIONS] [ARGS]...

  Terraform command wrapper.

Options:
  --init TEXT  Run terraform init (auto, always, never)
  --help       Show this message and exit.

Description

Runs Terraform after rendering a layer.

Must run within a layer directory (e.g. stacks/vpc/layers/production).

Example

$ cd stacks/vpc/layers/production
$ stacks terraform apply
...