terraform

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Installer added in v0.3.0

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

func NewInstaller added in v0.3.0

func NewInstaller(urlTemplates *URLTemplates, version string, gpgPublicKey []byte, dstDir string) *Installer

func (*Installer) Install added in v0.3.0

func (i *Installer) Install() error

type Shell

type Shell interface {
	Execute(env map[string]string, workingDir string, cmd string, args ...string) error
}

type Terraform

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

func NewTerraform

func NewTerraform(config *config.Config, moduleDir string, params map[string]string, shell Shell, binaryPath string) *Terraform

func (*Terraform) Execute added in v0.3.0

func (tf *Terraform) Execute(args ...string) error

type URLTemplates added in v0.3.0

type URLTemplates struct {
	TargetFile              string
	SHA256SumsFile          string
	SHA256SumsSignatureFile string
}

Jump to

Keyboard shortcuts

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