Documentation ¶
Index ¶
Constants ¶
View Source
const CUSTOM_USAGE_TEXT = `` /* 769-byte string literal not displayed */
Since Terragrunt is just a thin wrapper for Terraform, and we don't want to repeat every single Terraform command in its definition, we don't quite fit into the model of any Go CLI library. Fortunately, urfave/cli allows us to override the whole template used for the Usage Text.
View Source
const OPT_NON_INTERACTIVE = "terragrunt-non-interactive"
View Source
const OPT_TERRAGRUNT_CONFIG = "terragrunt-config"
View Source
const TERRAFORM_EXTENSION_GLOB = "*.tf"
Variables ¶
View Source
var DontManuallyConfigureRemoteState = fmt.Errorf("Instead of manually using the 'remote config' command, define your remote state settings in .terragrunt and Terragrunt will automatically configure it for you (and all your team members) next time you run it.")
View Source
var MODULE_REGEX = regexp.MustCompile(`module ".+"`)
Functions ¶
func CreateTerragruntCli ¶
Create the Terragrunt CLI App
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.