Skip to content

Commit 775eb54

Browse files
author
hsakuray
committed
add an variable for deprovisioniong job
1 parent f541ce4 commit 775eb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/bootstrap-template/core-appplane-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class CoreAppPlaneStack extends cdk.Stack {
8181
`)
8282
),
8383
script: fs.readFileSync('../scripts/deprovision-tenant.sh', 'utf8'),
84-
environmentStringVariablesFromIncomingEvent: ['tenantId'],
84+
environmentStringVariablesFromIncomingEvent: ['tenantId', 'tier'],
8585
environmentVariablesToOutgoingEvent: ['tenantStatus'],
8686
outgoingEvent: sbt.DetailType.DEPROVISION_SUCCESS,
8787
incomingEvent: sbt.DetailType.OFFBOARDING_REQUEST,

0 commit comments

Comments
 (0)