Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2026 Changes in this version + const Version + func BuildActionDocument(resource tfplan.ResourcePlan, sourcePaths map[string]string) (*uws1.Document, error) + func BuildActionDocumentWithBindings(resource tfplan.ResourcePlan, sourcePaths map[string]string, ...) (*uws1.Document, error) + func ExecutorEventSink(store *state.Store) executor.EventSink + type APISourceInput = tfplan.APISourceInput + type ExecutedAction struct + Action string + Address string + Document string + Operation string + Result executor.Result + type Options struct + APISources []APISourceInput + AutoApprove bool + ConfigDir string + Executor executor.Executor + OutDir string + PlanPath string + ProjectPath string + StatePath string + VarFiles []string + Vars []string + Workspace string + type Result struct + Errors []string + Executed []ExecutedAction + Feedback []executor.FeedbackRecord + GeneratedDocuments []string + Plan tfplan.Document + RunID int64 + StatePath string + Summary Summary + Version string + func Apply(ctx context.Context, opts Options) (*Result, error) + type Summary struct + Blocked int + Create int + Delete int + Failed int + NoOp int + Patch int + Post int + Put int + Read int + Skipped int + Update int