Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseExec ¶
type BaseExec interface {
Init(string) error
Plan(string) error
Apply(string) error
Show(string, string) ([]byte, error)
TenvName() string
GetExecPath() string
}
func InstallBinaries ¶
func InstallBinaries(layer *configv1alpha1.TerraformLayer, repo *configv1alpha1.TerraformRepository, binaryPath, workingDir string) (BaseExec, error)
If not already on the system, install Terraform and, if needed, Terragrunt binaries
Click to show internal directories.
Click to hide internal directories.