Documentation ¶
Overview ¶
Package validateinputs provides the command to validate the inputs of a Terragrunt configuration file against the variables defined in OpenTofu/Terraform configuration files.
Index ¶
Constants ¶
View Source
const ( CommandName = "validate-inputs" StrictValidateFlagName = "strict-validate" )
Variables ¶
This section is empty.
Functions ¶
func GetVarFlagsFromArgList ¶ added in v0.66.7
GetVarFlagsFromArgList returns the CLI flags defined on the provided arguments list that correspond to -var and -var-file. Returns two slices, one for `-var` args (the first one) and one for `-var-file` args (the second one).
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.