Documentation
¶
Overview ¶
Package print implements the 'terragrunt info print' command that outputs Terragrunt context information in a structured JSON format. This includes configuration paths, working directories, IAM roles, and other essential Terragrunt runtime information useful for debugging and automation purposes.
Index ¶
Constants ¶
View Source
const (
CommandName = "print"
)
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewListFlags ¶
Types ¶
type InfoOutput ¶
type InfoOutput struct { ConfigPath string `json:"config_path"` DownloadDir string `json:"download_dir"` IAMRole string `json:"iam_role"` TerraformBinary string `json:"terraform_binary"` TerraformCommand string `json:"terraform_command"` WorkingDir string `json:"working_dir"` }
InfoOutput represents the structured output of the info command
Click to show internal directories.
Click to hide internal directories.