Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NamingConvention = regexp.MustCompile(`^terraform\-[\w]+\-[\w]+`)
NamingConvention is the naming convention for a repository^terraform-\\w-\\w$
Functions ¶
Types ¶
type ModuleCommand ¶
type ModuleCommand struct {
cmd.Factory
// EnsureNameLinting is used to enable the linting of the module name
EnsureNameLinting bool
// Template is the repository to use for the template
Template string
// Source is the directory to create the workflow in
Source string
}
ModuleCommand defines the command line options for the command
Click to show internal directories.
Click to hide internal directories.