terraform

package
v0.0.0-...-07a67ae Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ShowStateFileJson

func ShowStateFileJson(state *tfjson.State) string

func ShowStateFileRaw

func ShowStateFileRaw(state *tfjson.State) string

Types

type Exec

type Exec interface {
	Init(workingDir string) (*tfexec.Terraform, error)
	Plan(tf *tfexec.Terraform, isUpgrade bool) (bool, error)
	Show(tf *tfexec.Terraform, isJson bool) (string, error)
	Apply(tf *tfexec.Terraform) error
	State(tf *tfexec.Terraform, isRemote bool, isJson bool) (string, error)
}

func NewExec

func NewExec(version string, isOutput bool) Exec

Jump to

Keyboard shortcuts

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