Versions in this module Expand all Collapse all v0 v0.8.1 Dec 12, 2025 v0.8.0 Dec 2, 2025 Changes in this version + type MockStack struct + DownFunc func(blueprint *blueprintv1alpha1.Blueprint) error + UpFunc func(blueprint *blueprintv1alpha1.Blueprint) error + func NewMockStack() *MockStack + func (m *MockStack) Down(blueprint *blueprintv1alpha1.Blueprint) error + func (m *MockStack) Up(blueprint *blueprintv1alpha1.Blueprint) error + type Shims struct + Chdir func(string) error + Getwd func() (string, error) + Remove func(string) error + Setenv func(string, string) error + Stat func(string) (os.FileInfo, error) + Unsetenv func(string) error + func NewShims() *Shims + type Stack interface + Down func(blueprint *blueprintv1alpha1.Blueprint) error + Up func(blueprint *blueprintv1alpha1.Blueprint) error + func NewStack(rt *runtime.Runtime, opts ...*TerraformStack) Stack + type TerraformStack struct + func (s *TerraformStack) Down(blueprint *blueprintv1alpha1.Blueprint) error + func (s *TerraformStack) Up(blueprint *blueprintv1alpha1.Blueprint) error