in src/config.ts [146:179]
excludeChangeTypes: getOptionalEnumArrayInput(
"what-if-exclude-change-types",
[
"create",
"delete",
"modify",
"deploy",
"noChange",
"ignore",
"unsupported",
],
),
},
};
}
case "deploymentStack": {
return {
type,
name,
location,
templateFile,
parametersFile,
parameters,
description,
tags,
maskedOutputs,
environment: environment,
operation: getRequiredEnumInput("operation", [
"create",
"validate",
"delete",
]),
scope: parseDeploymentStackScope(),
actionOnUnManage: {