Versions in this module Expand all Collapse all v0 v0.0.2 May 13, 2023 v0.0.1 Apr 29, 2023 Changes in this version + func CheckTemplate(completion string) error + func GetApplyConfirmation(requireConfirmation bool) (bool, error) + type Ops interface + Apply func() error + Init func() error + type Terraform struct + Exec *tfexec.Terraform + ExecDir string + WorkingDir string + func NewTerraform(workingDir string, execDir string) (*Terraform, error) + func (ter *Terraform) Apply() error + func (ter *Terraform) Init() error