in helpers/foundation-deployer/stages/destroy.go [102:113]
func DestroyEnvStage(t testing.TB, s steps.Steps, outputs BootstrapOutputs, c CommonConf) error {
stageConf := StageConf{
Stage: EnvironmentsRepo,
StageSA: outputs.EnvsSA,
CICDProject: outputs.CICDProject,
Step: EnvironmentsStep,
Repo: EnvironmentsRepo,
GroupingUnits: []string{"envs"},
Envs: []string{"development", "non-production", "production"},
}
return destroyStage(t, stageConf, s, c)
}