runner

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const PlanArtifact string = "/tmp/plan.out"
View Source
const WorkingDir string = "/runner/repository"

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

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

func New

func New(c *config.Config) *Runner

func (*Runner) Exec

func (r *Runner) Exec() error

type TerraformExec added in v0.2.0

type TerraformExec interface {
	Install() error
	Init(string) error
	Plan() error
	Apply() error
	Show(string) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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