Documentation
¶
Overview ¶
Package version exposes the Terragrunt binary version string. Version is set at build time via:
-ldflags "-X github.com/gruntwork-io/terragrunt/internal/version.Version=<tag>"
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "latest"
Version is the Terragrunt binary version. It defaults to "latest" for `go run`/local builds and is overwritten by release builds via ldflags.
Functions ¶
func GetVersion ¶
func GetVersion() string
GetVersion returns the current Terragrunt version string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.