Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithLogger ¶
func WithOutputSettings ¶
func WithOutputSettings(settings *OutputSettings) runOption
func WithWorkspace ¶
Types ¶
type OutputSettings ¶
type Run ¶
type Run interface {
Apply(context.Context) error
ApplyPlan(context.Context) error
Validate(context.Context) error
Plan(context.Context) error
Destroy(context.Context) error
DestroyPlan(context.Context) error
}
Run accepts a workspace, and executes the provided command in it, uploading outputs to the correct place, afterwards.
Click to show internal directories.
Click to hide internal directories.