Skip to content

Commit ec2ae6f

Browse files
authored
Merge pull request #17 from Blue-Pix/main
Fix deprovisioning job to successfully delete premium tenant
2 parents d9a12f9 + 775eb54 commit ec2ae6f

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
@@ -83,7 +83,7 @@ export class CoreAppPlaneStack extends cdk.Stack {
8383
`)
8484
),
8585
script: fs.readFileSync('../scripts/deprovision-tenant.sh', 'utf8'),
86-
environmentStringVariablesFromIncomingEvent: ['tenantId'],
86+
environmentStringVariablesFromIncomingEvent: ['tenantId', 'tier'],
8787
environmentVariablesToOutgoingEvent: ['tenantStatus'],
8888
outgoingEvent: sbt.DetailType.DEPROVISION_SUCCESS,
8989
incomingEvent: sbt.DetailType.OFFBOARDING_REQUEST,

0 commit comments

Comments
 (0)