Documentation ¶
Overview ¶
Package terragruntinfo provides the command to emit limited terragrunt state on stdout and exits.
Index ¶
Constants ¶
View Source
const (
CommandName = "terragrunt-info"
)
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
Types ¶
type TerragruntInfoGroup ¶
type TerragruntInfoGroup struct { ConfigPath string `json:"ConfigPath"` DownloadDir string `json:"DownloadDir"` IamRole string `json:"IamRole"` TerraformBinary string `json:"TerraformBinary"` TerraformCommand string `json:"TerraformCommand"` WorkingDir string `json:"WorkingDir"` }
TerragruntInfoGroup is the output emit as JSON by 'terragrunt-info':
Click to show internal directories.
Click to hide internal directories.