@@ -137,24 +137,25 @@ type GenerateProjectsConfigYaml struct {
137137}
138138
139139type TerragruntParsingConfig struct {
140- GitRoot * string `yaml:"gitRoot,omitempty"`
141- AutoPlan bool `yaml:"autoPlan"`
142- AutoMerge bool `yaml:"autoMerge"`
143- IgnoreParentTerragrunt * bool `yaml:"ignoreParentTerragrunt,omitempty"`
144- CreateParentProject bool `yaml:"createParentProject"`
145- IgnoreDependencyBlocks bool `yaml:"ignoreDependencyBlocks"`
146- IgnoreIncludeBlocks bool `yaml:"ignoreIncludeBlocks"`
147- Parallel * bool `yaml:"parallel,omitempty"`
148- CreateWorkspace bool `yaml:"createWorkspace"`
149- CreateProjectName bool `yaml:"createProjectName"`
150- DefaultTerraformVersion string `yaml:"defaultTerraformVersion"`
151- DefaultWorkflow string `yaml:"defaultWorkflow"`
152- FilterPath string `yaml:"filterPath"`
153- OutputPath string `yaml:"outputPath"`
154- PreserveWorkflows * bool `yaml:"preserveWorkflows,omitempty"`
155- PreserveProjects bool `yaml:"preserveProjects"`
156- CascadeDependencies * bool `yaml:"cascadeDependencies,omitempty"`
157- DefaultApplyRequirements []string `yaml:"defaultApplyRequirements"`
140+ GitRoot * string `yaml:"gitRoot,omitempty"`
141+ AutoPlan bool `yaml:"autoPlan"`
142+ AutoMerge bool `yaml:"autoMerge"`
143+ IgnoreParentTerragrunt * bool `yaml:"ignoreParentTerragrunt,omitempty"`
144+ CreateParentProject bool `yaml:"createParentProject"`
145+ IgnoreDependencyBlocks bool `yaml:"ignoreDependencyBlocks"`
146+ IgnoreIncludeBlocks bool `yaml:"ignoreIncludeBlocks"`
147+ TriggerProjectsFromDirOnly bool `yaml:"triggerProjectsFromDirOnly"`
148+ Parallel * bool `yaml:"parallel,omitempty"`
149+ CreateWorkspace bool `yaml:"createWorkspace"`
150+ CreateProjectName bool `yaml:"createProjectName"`
151+ DefaultTerraformVersion string `yaml:"defaultTerraformVersion"`
152+ DefaultWorkflow string `yaml:"defaultWorkflow"`
153+ FilterPath string `yaml:"filterPath"`
154+ OutputPath string `yaml:"outputPath"`
155+ PreserveWorkflows * bool `yaml:"preserveWorkflows,omitempty"`
156+ PreserveProjects bool `yaml:"preserveProjects"`
157+ CascadeDependencies * bool `yaml:"cascadeDependencies,omitempty"`
158+ DefaultApplyRequirements []string `yaml:"defaultApplyRequirements"`
158159 //NumExecutors int64 `yaml:"numExecutors"`
159160 ProjectHclFiles []string `yaml:"projectHclFiles"`
160161 CreateHclProjectChilds bool `yaml:"createHclProjectChilds"`
0 commit comments