Versions in this module Expand all Collapse all v1 v1.0.1 Apr 27, 2026 v1.0.0 Apr 27, 2026 Changes in this version + type DetectedProject struct + DependencyPaths []string + Env string + Name string + Path string + TerraformVarFiles []string + type DetectedRooModule struct + Path string + Projects []DetectedProject + type Parser struct + func NewParser(repoDir string, variables Variables, config *settings.Settings) *Parser + func (p *Parser) Compile(template string, wr io.Writer) error + func (p *Parser) CompileFromFile(templatePath string, wr io.Writer) error + type Variables struct + BaseBranch string + Branch string + DetectedProjects []DetectedProject + DetectedRootModules []DetectedRooModule + RepoName string