Skip to content

Commit 87dfe60

Browse files
committed
region added
1 parent 5f054c4 commit 87dfe60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify-codegen-e2e-tests/src/cleanup-e2e-resources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ const deleteCfnStacks = async (account: AWSAccountInfo, accountIndex: number, st
632632
const deleteCfnStack = async (account: AWSAccountInfo, accountIndex: number, stack: StackInfo): Promise<void> => {
633633
const { stackName, region, resourcesFailedToDelete } = stack;
634634
const resourceToRetain = resourcesFailedToDelete.length ? resourcesFailedToDelete : undefined;
635-
console.log(`${generateAccountInfo(account, accountIndex)} Deleting CloudFormation stack ${stackName}`);
635+
console.log(`${generateAccountInfo(account, accountIndex)} Deleting CloudFormation stack ${stackName} ${region}`);
636636
try {
637637
// console.log("Deleting Stacks: ", stackName, account, region);
638638
const cfnClient = new aws.CloudFormation(getAWSConfig(account, region));

0 commit comments

Comments
 (0)