Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Terragrunt ¶
type Terragrunt struct {
// contains filtered or unexported fields
}
func (Terragrunt) AddNewVersion ¶
func (tg Terragrunt) AddNewVersion(version string, destination string) error
AddNewVersion: download the given version of terragrunt and copy the executable binary to the given destination
func (Terragrunt) Implementation ¶ added in v0.0.9
func (tg Terragrunt) Implementation() string
func (Terragrunt) ListVersions ¶
func (tg Terragrunt) ListVersions() ([]string, error)
ListVersions : Get the list of available terragrunt versions
func (Terragrunt) Name ¶
func (tg Terragrunt) Name() string
Click to show internal directories.
Click to hide internal directories.