Documentation ¶
Overview ¶
Package scaffold provides the command to scaffold a new Terragrunt module.
Index ¶
Constants ¶
View Source
const ( DefaultBoilerplateConfig = ` variables: - name: EnableRootInclude description: Should include root module type: bool default: true ` DefaultTerragruntTemplate = `` /* 1509-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.