package
0.75.5
Repository: https://github.com/gruntwork-io/terragrunt.git
Documentation: pkg.go.dev

# Functions

nolint:lll.
NewDeprecatedCommand declares the deprecated command.
NewDeprecatedEnvVar returns a new `DeprecatedEnvVar` instance.
NewDeprecatedFlagName returns a new `DeprecatedFlagName` instance.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
DefaultCommands is a control group for TF commands that were used as default commands, namely without using the parent `run` commands and were not shortcuts commands.
No description provided by the author
DeprecatedCommands is the control that prevents the use of deprecated commands.
DeprecatedConfigs is the control that prevents the use of deprecated config fields/section/..., anything related to config syntax.
DeprecatedEnvVars is the control that prevents the use of deprecated env vars.
DeprecatedFlags is the control that prevents the use of deprecated flag names.
No description provided by the author
No description provided by the author
LegacyAll is a control group for the legacy *-all commands.
LegacyLogs is a control group for legacy log flags that were in use before the log was redesign.
No description provided by the author
RootTerragruntHCL is the control that prevents usage of a `terragrunt.hcl` file as the root of Terragrunt configurations.
No description provided by the author
SkipDependenciesInputs is the control that prevents reading dependencies inputs and get performance boost.
TerragruntPrefixEnvVars is a control group for env vars that used to have the `TERRAGRUNT_` prefix.
TerragruntPrefixFlags is a control group for flags that used to have the `terragrunt-` prefix.

# Structs

Control is the simplest implementation of the `strict.Control` interface.
DeprecatedEnvVar is strict control for deprecated environment variables.
DeprecatedFlagName is strict control for deprecated flag names.