command

package
v2.0.2 Latest Latest
Warning

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

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

Documentation

Overview

Package command is an interface for the Terraform command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TerraformCommand

type TerraformCommand interface {
	Command() []string
	Env() []string
}

func NewApply

func NewApply() TerraformCommand

func NewDestroy

func NewDestroy() TerraformCommand

func NewImport

func NewImport(addr, id string) TerraformCommand

func NewInit

func NewInit(pluginDir string) TerraformCommand

func NewPlan

func NewPlan() TerraformCommand

func NewRenameProvider

func NewRenameProvider(oldProviderName, newProviderName string) TerraformCommand

func NewShow

func NewShow() TerraformCommand

Jump to

Keyboard shortcuts

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