Documentation ¶
Overview ¶
Package command is an interface for the Terraform command
Index ¶
- type TerraformCommand
- func NewApply() TerraformCommand
- func NewDestroy() TerraformCommand
- func NewImport(addr, id string) TerraformCommand
- func NewInit(pluginDir string) TerraformCommand
- func NewPlan() TerraformCommand
- func NewRenameProvider(oldProviderName, newProviderName string) TerraformCommand
- func NewShow() TerraformCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TerraformCommand ¶
type TerraformCommand interface {
Command() []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
Click to show internal directories.
Click to hide internal directories.