Documentation ¶
Overview ¶
Package scaffold provides the command to scaffold a new Terragrunt module.
Index ¶
Constants ¶
View Source
const ( // TODO: Make the root configuration file name configurable DefaultBoilerplateConfig = `` /* 221-byte string literal not displayed */ DefaultTerragruntTemplate = `` /* 1530-byte string literal not displayed */ )
View Source
const ( CommandName = "scaffold" Var = "var" VarFile = "var-file" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
Types ¶
type NoModuleURLPassed ¶ added in v0.67.7
type NoModuleURLPassed struct { }
func (NoModuleURLPassed) Error ¶ added in v0.67.7
func (err NoModuleURLPassed) Error() string
Click to show internal directories.
Click to hide internal directories.