Skip to content

Commit

Permalink
fix: stack account
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Apr 28, 2024
1 parent aea5689 commit 80e443e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const app = new cdk.App();
const stack = new cdk.Stack(app, 'aws-cdk-redshift-cluster-database', {
// Specify account and region to create 3 AZs
env: {
account: process.env.CDK_DEFAULT_ACCOUNT,
account: '123456789012',
region: 'us-east-1',
},
});
Expand Down

0 comments on commit 80e443e

Please sign in to comment.