Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sg committed Jul 18, 2024
1 parent 5b87e8c commit 99cdfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/bin/infra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { App } from 'aws-cdk-lib';
const app = new App();
new BookStack(app, 'InfraStack', {
env: {
account: process.env.AWS_ACCOUNT_ID,
region: process.env.AWS_REGION,
account: process.env.CDK_DEFAULT_ACCOUNT,
region: process.env.CDK_DEFAULT_REGION,
},
});

0 comments on commit 99cdfbb

Please sign in to comment.