Skip to content

Commit

Permalink
🐛 Fixes account number
Browse files Browse the repository at this point in the history
  • Loading branch information
daschaa committed Dec 7, 2023
1 parent 3481fd8 commit b2249bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('', () => {
const stack = new cdk.Stack(new cdk.App(), 'Stack', {
env: {
region: 'eu-west-1',
account: '123456780211',
account: '234567890123',
},
});

Expand Down

0 comments on commit b2249bd

Please sign in to comment.