Documentation ¶
Index ¶
- type Terraform
- func (t *Terraform) Apply(planArtifactPath string) error
- func (t *Terraform) GetExecPath() string
- func (t *Terraform) Init(workingDir string) error
- func (t *Terraform) Plan(planArtifactPath string) error
- func (t *Terraform) Show(planArtifactPath, mode string) ([]byte, error)
- func (t *Terraform) TenvName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Terraform ¶
type Terraform struct { ExecPath string // contains filtered or unexported fields }
func (*Terraform) GetExecPath ¶
Click to show internal directories.
Click to hide internal directories.