We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f541ce4 commit 775eb54Copy full SHA for 775eb54
server/lib/bootstrap-template/core-appplane-stack.ts
@@ -81,7 +81,7 @@ export class CoreAppPlaneStack extends cdk.Stack {
81
`)
82
),
83
script: fs.readFileSync('../scripts/deprovision-tenant.sh', 'utf8'),
84
- environmentStringVariablesFromIncomingEvent: ['tenantId'],
+ environmentStringVariablesFromIncomingEvent: ['tenantId', 'tier'],
85
environmentVariablesToOutgoingEvent: ['tenantStatus'],
86
outgoingEvent: sbt.DetailType.DEPROVISION_SUCCESS,
87
incomingEvent: sbt.DetailType.OFFBOARDING_REQUEST,
0 commit comments