TerraformStack is a unit of deployment. Each stack synthesizes into its own Terraform configuration.
Constructor
Properties
kind
readonly kind: string
The kind of stack.
dependencies
readonly dependencies: TerraformStack[]
List of stacks that this stack depends on.
stackName
readonly stackName: string
The name of the stack.
Methods
static of()
TerraformStack instance that contains the given construct.