terraform

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Installer

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

func NewInstaller

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

func (*Installer) Install

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, skipBackendCheck bool, noVars bool, shell Shell, binaryPath string) *Terraform

func (*Terraform) Execute

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

type URLTemplates

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