Versions in this module Expand all Collapse all v0 v0.0.2 Dec 5, 2024 v0.0.1 Dec 4, 2024 Changes in this version + type Executor interface + Apply func(component *schema.Component) error + Destroy func(component *schema.Component) error + Output func(component *schema.Component) (map[string]OutputMeta, error) + Plan func(component *schema.Component) (bool, error) + ResolveVars func(component *schema.Component, stacks *schema.Stacks) error + type OutputMeta struct + Sensitive bool + Type json.RawMessage + Value json.RawMessage