Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Sep 28, 2023
1 parent 22e928e commit 9c2542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/cdk-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ new AmplifyALBStack(app, 'test-alb-stack', {
new AmplifyALBStack(app, 'prod-alb-stack', {
stackName: 'prod-alb-stack',
dnsName: 'prod',
targetInstanceId: 'i-0b3eb7fefadda7616',
targetInstanceId: 'i-0b3c6166858f87457',
env: {
region: process.env.CDK_DEFAULT_REGION,
account: process.env.CDK_DEFAULT_ACCOUNT,
Expand Down

0 comments on commit 9c2542b

Please sign in to comment.