Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
Cmd is the terraform command to execute.
func New ¶
func New(dir string, logger log.FieldLogger) *Cmd
New creates a new instance of Cmd through which to execute terraform.
func (*Cmd) ApplyTarget ¶
ApplyTarget invokes terraform apply with the given target.
Click to show internal directories.
Click to hide internal directories.