Documentation ¶
Index ¶
- func IsModuleNotFound(err error) bool
- func IsTerraformNotFound(err error) bool
- func TerraformExecPath(ctx context.Context) (string, error)
- func TerraformExecutorForModule(ctx context.Context, modPath string) (exec.TerraformExecutor, error)
- type ModuleNotFoundErr
- type NoTerraformExecPathErr
- type ReadOnlyFS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsModuleNotFound ¶
func IsTerraformNotFound ¶ added in v0.14.0
func TerraformExecPath ¶ added in v0.14.0
Types ¶
type ModuleNotFoundErr ¶
type ModuleNotFoundErr struct {
Dir string
}
func (*ModuleNotFoundErr) Error ¶
func (e *ModuleNotFoundErr) Error() string
type NoTerraformExecPathErr ¶ added in v0.14.0
type NoTerraformExecPathErr struct{}
func (NoTerraformExecPathErr) Error ¶ added in v0.14.0
func (NoTerraformExecPathErr) Error() string
Click to show internal directories.
Click to hide internal directories.