func DestroyOrgStage()

in helpers/foundation-deployer/stages/destroy.go [89:100]


func DestroyOrgStage(t testing.TB, s steps.Steps, outputs BootstrapOutputs, c CommonConf) error {
	stageConf := StageConf{
		Stage:         OrgRepo,
		StageSA:       outputs.OrgSA,
		CICDProject:   outputs.CICDProject,
		Step:          OrgStep,
		Repo:          OrgRepo,
		GroupingUnits: []string{"envs"},
		Envs:          []string{"shared"},
	}
	return destroyStage(t, stageConf, s, c)
}