Skip to content

Commit

Permalink
Updated test API server
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed May 1, 2024
1 parent 45caf96 commit bee3bcb
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 @@ -30,7 +30,7 @@ new AmplifyALBStack(app, 'test-alb-stack', {
new AmplifyALBStack(app, 'prod-alb-stack', {
stackName: 'prod-alb-stack',
dnsName: 'prod',
targetInstanceId: 'i-003fafec7d050fd97',
targetInstanceId: 'i-0ccfdcd8c43104be5',
env: {
region: process.env.CDK_DEFAULT_REGION,
account: process.env.CDK_DEFAULT_ACCOUNT,
Expand Down

0 comments on commit bee3bcb

Please sign in to comment.