func DestroyExampleAppStage()

in helpers/foundation-deployer/stages/destroy.go [144:155]


func DestroyExampleAppStage(t testing.TB, s steps.Steps, outputs InfraPipelineOutputs, c CommonConf) error {
	stageConf := StageConf{
		Stage:         AppInfraRepo,
		StageSA:       outputs.TerraformSA,
		CICDProject:   outputs.InfraPipeProj,
		Step:          AppInfraStep,
		Repo:          AppInfraRepo,
		GroupingUnits: []string{"business_unit_1"},
		Envs:          []string{"development", "non-production", "production"},
	}
	return destroyStage(t, stageConf, s, c)
}