validateinputs

package
v0.67.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2024 License: MIT Imports: 13 Imported by: 0

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"

	FlagTerragruntStrictValidate = "terragrunt-strict-validate"
)

Variables

This section is empty.

Functions

func GetVarFlagsFromArgList added in v0.66.7

func GetVarFlagsFromArgList(argList []string) ([]string, []string, error)

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

func NewFlags

func NewFlags(opts *options.TerragruntOptions) cli.Flags

func Run

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL