Documentation
¶
Overview ¶
Package hcl provides commands for formatting and validating HCL configurations.
Index ¶
Constants ¶
View Source
const CommandName = "hcl"
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package format recursively looks for hcl files in the directory tree starting at workingDir, and formats them based on the language style guides provided by Hashicorp.
|
Package format recursively looks for hcl files in the directory tree starting at workingDir, and formats them based on the language style guides provided by Hashicorp. |
|
Package validate-inputs collects all the terraform variables defined in the target module, and the terragrunt inputs that are configured, and compare the two to determine if there are any unused inputs or undefined required inputs.
|
Package validate-inputs collects all the terraform variables defined in the target module, and the terragrunt inputs that are configured, and compare the two to determine if there are any unused inputs or undefined required inputs. |
Click to show internal directories.
Click to hide internal directories.