Documentation ¶
Overview ¶
Package command provides the implementation of the terragrunt scaffold command This command is used to scaffold a new Terragrunt unit in the current directory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scaffold ¶
type Scaffold struct {
// contains filtered or unexported fields
}
func NewScaffold ¶
func NewScaffold(opts *options.TerragruntOptions, module *module.Module) *Scaffold
Click to show internal directories.
Click to hide internal directories.