Documentation ¶
Index ¶
- Constants
- func NewCommand(opts *options.TerragruntOptions) *cli.Command
- func NewFlags(opts *options.TerragruntOptions) cli.Flags
- func Run(ctx context.Context, opts *options.TerragruntOptions) error
- type MalformedJSONValError
- type MissingOverrideAttrError
- type TerraformModule
- type TerraformModulesJson
- type TypeInferenceError
Constants ¶
View Source
const ( CommandName = "aws-provider-patch" FlagNameTerragruntOverrideAttr = "terragrunt-override-attr" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
Types ¶
type MalformedJSONValError ¶
type MalformedJSONValError struct {
// contains filtered or unexported fields
}
func (MalformedJSONValError) Error ¶
func (err MalformedJSONValError) Error() string
type MissingOverrideAttrError ¶
type MissingOverrideAttrError string
func (MissingOverrideAttrError) Error ¶
func (flagName MissingOverrideAttrError) Error() string
type TerraformModule ¶
type TerraformModulesJson ¶
type TerraformModulesJson struct {
Modules []TerraformModule
}
The format we expect in the .terraform/modules/modules.json file
type TypeInferenceError ¶
type TypeInferenceError struct {
// contains filtered or unexported fields
}
func (TypeInferenceError) Error ¶
func (err TypeInferenceError) Error() string
Click to show internal directories.
Click to hide internal directories.