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 Composer struct + ArtifactBuilder artifact.Artifact + BlueprintHandler blueprint.BlueprintHandler + TerraformResolver terraform.ModuleResolver + func NewComposer(rt *runtime.Runtime, opts ...*Composer) *Composer + func (r *Composer) Bundle(outputPath, tag string) (string, error) + func (r *Composer) Generate(overwrite ...bool) error + func (r *Composer) GenerateBlueprint() (*blueprintv1alpha1.Blueprint, error) + func (r *Composer) Push(registryURL string) (string, error)