terraform

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2024 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(config *configuration.Config) lib.Resolver

func InitTerraform added in v0.0.9

func InitTerraform() lib.Resolver

func InitTofu added in v0.0.9

func InitTofu() lib.Resolver

Types

type Terraform

type Terraform struct {
	// contains filtered or unexported fields
}

func (Terraform) AddNewVersion

func (tf Terraform) AddNewVersion(version string, destination string) error

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 (tf Terraform) Implementation() string

func (Terraform) ListVersions

func (tf Terraform) ListVersions() ([]string, error)

ListVersions : Get the list of available terraform versions

func (Terraform) Name

func (tf Terraform) Name() string

type Tofu added in v0.0.9

type Tofu struct {
	// contains filtered or unexported fields
}

func (Tofu) AddNewVersion added in v0.0.9

func (tf Tofu) AddNewVersion(version string, destination string) error

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 (tf Tofu) Implementation() string

func (Tofu) ListVersions added in v0.0.9

func (tf Tofu) ListVersions() ([]string, error)

ListVersions : Get the list of available tofu versions

func (Tofu) Name added in v0.0.9

func (tf Tofu) Name() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL