Documentation
¶
Overview ¶
Package create provides the create stack command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spec ¶
type Spec struct {
Engine *engine.Engine
WorkingDir string
Path string
AllTerraform bool
AllTerragrunt bool
EnsureStackIDs bool
IgnoreExisting bool
NoGenerate bool
Verbosity int
Imports []string
StackID string
StackName string
StackDescription string
StackTags []string
StackWatch []string
StackAfter []string
StackBefore []string
StackWants []string
StackWantedBy []string
Printers printer.Printers
}
Spec represents the create stack specification.
Click to show internal directories.
Click to hide internal directories.