terraform

package
v0.0.0-...-d38dcb2 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetExitCodeForTerraformCommand

func GetExitCodeForTerraformCommand(additionalOptions *terraform.Options, args ...string) int

func GetExitCodeForTerraformCommandE

func GetExitCodeForTerraformCommandE(additionalOptions *terraform.Options, additionalArgs ...string) (int, error)

func Init

func Init(options *terraform.Options) string

func InitAndPlan

func InitAndPlan(options *terraform.Options) string

func InitAndPlanE

func InitAndPlanE(options *terraform.Options) (string, error)

func InitE

func InitE(options *terraform.Options) (string, error)

func Plan

func Plan(options *terraform.Options) string

func PlanE

func PlanE(options *terraform.Options) (string, error)

func RunCommandAndGetOutput

func RunCommandAndGetOutput(command shell.Command) string

func RunCommandAndGetOutputE

func RunCommandAndGetOutputE(command shell.Command) (string, error)

func RunTerraformCommand

func RunTerraformCommand(additionalOptions *terraform.Options, args ...string) string

func RunTerraformCommandE

func RunTerraformCommandE(additionalOptions *terraform.Options, additionalArgs ...string) (string, error)

func TgPlanAll

func TgPlanAll(options *terraform.Options) string

func TgPlanAllE

func TgPlanAllE(options *terraform.Options) (string, error)

Types

type ErrWithCmdOutput

type ErrWithCmdOutput struct {
	Underlying error
	Output     *output
}

func (*ErrWithCmdOutput) Error

func (e *ErrWithCmdOutput) Error() string

Jump to

Keyboard shortcuts

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