Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitTerraform ¶ added in v0.0.9
Types ¶
type Terraform ¶
type Terraform struct {
// contains filtered or unexported fields
}
func (Terraform) AddNewVersion ¶
AddNewVersion: download the given version of terraform and copy the executable binary to the given destination
func (Terraform) Implementation ¶ added in v0.0.9
func (Terraform) ListVersions ¶
ListVersions : Get the list of available terraform versions
type Tofu ¶ added in v0.0.9
type Tofu struct {
// contains filtered or unexported fields
}
func (Tofu) AddNewVersion ¶ added in v0.0.9
AddNewVersion: download the given version of tofu and copy the executable binary to the given destination
func (Tofu) Implementation ¶ added in v0.0.9
func (Tofu) ListVersions ¶ added in v0.0.9
ListVersions : Get the list of available tofu versions
Click to show internal directories.
Click to hide internal directories.